Shades of Neon Blue #2F2EEF
Tints of Neon Blue #2F2EEF
RGB
CMYK
RGB Variations
Color information
#2F2EEF (or 0x2F2EEF) is known color: Neon Blue. HEX triplet: 2F, 2E and EF. RGB value is (47,46,239). Sum of RGB (Red+Green+Blue) = 47+46+239=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F2EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F2EEF is #D0D110. Grayscale: #434343. Windows color (decimal): -13685009 or 15674927. OLE color: 15674927.
HSL color Cylindrical-coordinate representation of color #2F2EEF: hue angle of 240.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F2EEF is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 46 | 239 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.06 |
| HSL | 240.31º | 0.86% | 0.56% | - |
| HSV(B) | 240.31º | 0.81% | 0.94% | - |
| XYZ | 17.73 | 8.79 | 82.42 | - |
| YUV | 68.3 | 224.33 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 46 | 239 | 0.80 | 0.81 | 0 | 0.06 | 240.31 | 0.86 | 0.56 |
| Hex | 2F | 2E | EF | 50 | 51 | 0 | 6 | F0 | 56 | 38 |
| Octal | 57 | 56 | 357 | 120 | 121 | 0 | 6 | 360 | 126 | 70 |
| Binary | 101111 | 101110 | 11101111 | 1010000 | 1010001 | 0 | 110 | 11110000 | 1010110 | 111000 |
Color Harmonies of #2F2EEF
Complementary color
Monochromatic Colors of #2F2EEF
Black with #2F2EEF
Text Example
Text Example
White with #2F2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2EEF; }
p { color: rgb(47,46,239); }
H1.HeaderClassName
{
color: #2F2EEF;
}
.AnyTagClassName
{
color: #2F2EEF;
}
</style>
background-color css
<style>
a { background-color: #2F2EEF; }
a { background-color: rgb(47,46,239); }
div.DivClassName
{
background-color: #2F2EEF;
}
.BgClassName
{
background-color: #2F2EEF;
}
</style>
border-color css
<style>
span { border-color: #2F2EEF; }
span { border-color: rgb(47,46,239); }
td.TdClassName
{
border-color: #2F2EEF;
}
.TagClassName
{
border-color: #2F2EEF;
}
</style>