Shades of Neon Blue #2F32ED
Tints of Neon Blue #2F32ED
RGB
CMYK
RGB Variations
Color information
#2F32ED (or 0x2F32ED) is known color: Neon Blue. HEX triplet: 2F, 32 and ED. RGB value is (47,50,237). Sum of RGB (Red+Green+Blue) = 47+50+237=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 237 (92.97% from 255 or 70.96% from 334); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F32ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F32ED is #D0CD12. Grayscale: #454545. Windows color (decimal): -13683987 or 15544879. OLE color: 15544879.
HSL color Cylindrical-coordinate representation of color #2F32ED: hue angle of 239.05º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F32ED is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 50 | 237 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.07 |
| HSL | 239.05º | 0.84% | 0.56% | - |
| HSV(B) | 239.05º | 0.8% | 0.93% | - |
| XYZ | 17.6 | 9 | 80.93 | - |
| YUV | 70.42 | 222.01 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 237 | 0.80 | 0.79 | 0 | 0.07 | 239.05 | 0.84 | 0.56 |
| Hex | 2F | 32 | ED | 50 | 4F | 0 | 7 | EF | 54 | 38 |
| Octal | 57 | 62 | 355 | 120 | 117 | 0 | 7 | 357 | 124 | 70 |
| Binary | 101111 | 110010 | 11101101 | 1010000 | 1001111 | 0 | 111 | 11101111 | 1010100 | 111000 |
Color Harmonies of #2F32ED
Complementary color
Monochromatic Colors of #2F32ED
Black with #2F32ED
Text Example
Text Example
White with #2F32ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F32ED; }
p { color: rgb(47,50,237); }
H1.HeaderClassName
{
color: #2F32ED;
}
.AnyTagClassName
{
color: #2F32ED;
}
</style>
background-color css
<style>
a { background-color: #2F32ED; }
a { background-color: rgb(47,50,237); }
div.DivClassName
{
background-color: #2F32ED;
}
.BgClassName
{
background-color: #2F32ED;
}
</style>
border-color css
<style>
span { border-color: #2F32ED; }
span { border-color: rgb(47,50,237); }
td.TdClassName
{
border-color: #2F32ED;
}
.TagClassName
{
border-color: #2F32ED;
}
</style>