Shades of Neon Blue #2F3EF6
Tints of Neon Blue #2F3EF6
RGB
CMYK
RGB Variations
Color information
#2F3EF6 (or 0x2F3EF6) is known color: Neon Blue. HEX triplet: 2F, 3E and F6. RGB value is (47,62,246). Sum of RGB (Red+Green+Blue) = 47+62+246=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 246 (96.48% from 255 or 69.30% from 355); Max value from RGB is 246 - color contains mainly: blue. Hex color #2F3EF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F3EF6 is #D0C109. Grayscale: #4D4D4D. Windows color (decimal): -13680906 or 16137775. OLE color: 16137775.
HSL color Cylindrical-coordinate representation of color #2F3EF6: hue angle of 235.48º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F3EF6 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 62 | 246 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.04 |
| HSL | 235.48º | 0.92% | 0.57% | - |
| HSV(B) | 235.48º | 0.81% | 0.96% | - |
| XYZ | 19.53 | 10.7 | 88.23 | - |
| YUV | 78.49 | 222.53 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 62 | 246 | 0.81 | 0.75 | 0 | 0.04 | 235.48 | 0.92 | 0.57 |
| Hex | 2F | 3E | F6 | 51 | 4B | 0 | 4 | EB | 5C | 39 |
| Octal | 57 | 76 | 366 | 121 | 113 | 0 | 4 | 353 | 134 | 71 |
| Binary | 101111 | 111110 | 11110110 | 1010001 | 1001011 | 0 | 100 | 11101011 | 1011100 | 111001 |
Color Harmonies of #2F3EF6
Complementary color
Monochromatic Colors of #2F3EF6
Black with #2F3EF6
Text Example
Text Example
White with #2F3EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3EF6; }
p { color: rgb(47,62,246); }
H1.HeaderClassName
{
color: #2F3EF6;
}
.AnyTagClassName
{
color: #2F3EF6;
}
</style>
background-color css
<style>
a { background-color: #2F3EF6; }
a { background-color: rgb(47,62,246); }
div.DivClassName
{
background-color: #2F3EF6;
}
.BgClassName
{
background-color: #2F3EF6;
}
</style>
border-color css
<style>
span { border-color: #2F3EF6; }
span { border-color: rgb(47,62,246); }
td.TdClassName
{
border-color: #2F3EF6;
}
.TagClassName
{
border-color: #2F3EF6;
}
</style>