Shades of Neon Blue #273AF2
Tints of Neon Blue #273AF2
RGB
CMYK
RGB Variations
Color information
#273AF2 (or 0x273AF2) is known color: Neon Blue. HEX triplet: 27, 3A and F2. RGB value is (39,58,242). Sum of RGB (Red+Green+Blue) = 39+58+242=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 242 (94.92% from 255 or 71.39% from 339); Max value from RGB is 242 - color contains mainly: blue. Hex color #273AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273AF2 is #D8C50D. Grayscale: #484848. Windows color (decimal): -14206222 or 15874599. OLE color: 15874599.
HSL color Cylindrical-coordinate representation of color #273AF2: hue angle of 234.38º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #273AF2 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 58 | 242 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.05 |
| HSL | 234.38º | 0.89% | 0.55% | - |
| HSV(B) | 234.38º | 0.84% | 0.95% | - |
| XYZ | 18.38 | 9.87 | 84.94 | - |
| YUV | 73.3 | 223.21 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 242 | 0.84 | 0.76 | 0 | 0.05 | 234.38 | 0.89 | 0.55 |
| Hex | 27 | 3A | F2 | 54 | 4C | 0 | 5 | EA | 59 | 37 |
| Octal | 47 | 72 | 362 | 124 | 114 | 0 | 5 | 352 | 131 | 67 |
| Binary | 100111 | 111010 | 11110010 | 1010100 | 1001100 | 0 | 101 | 11101010 | 1011001 | 110111 |
Color Harmonies of #273AF2
Complementary color
Monochromatic Colors of #273AF2
Black with #273AF2
Text Example
Text Example
White with #273AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273AF2; }
p { color: rgb(39,58,242); }
H1.HeaderClassName
{
color: #273AF2;
}
.AnyTagClassName
{
color: #273AF2;
}
</style>
background-color css
<style>
a { background-color: #273AF2; }
a { background-color: rgb(39,58,242); }
div.DivClassName
{
background-color: #273AF2;
}
.BgClassName
{
background-color: #273AF2;
}
</style>
border-color css
<style>
span { border-color: #273AF2; }
span { border-color: rgb(39,58,242); }
td.TdClassName
{
border-color: #273AF2;
}
.TagClassName
{
border-color: #273AF2;
}
</style>