Shades of Neon Blue #2F33ED
Tints of Neon Blue #2F33ED
RGB
CMYK
RGB Variations
Color information
#2F33ED (or 0x2F33ED) is known color: Neon Blue. HEX triplet: 2F, 33 and ED. RGB value is (47,51,237). Sum of RGB (Red+Green+Blue) = 47+51+237=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F33ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F33ED is #D0CC12. Grayscale: #464646. Windows color (decimal): -13683731 or 15545135. OLE color: 15545135.
HSL color Cylindrical-coordinate representation of color #2F33ED: hue angle of 238.74º 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 #2F33ED is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 51 | 237 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.07 |
| HSL | 238.74º | 0.84% | 0.56% | - |
| HSV(B) | 238.74º | 0.8% | 0.93% | - |
| XYZ | 17.64 | 9.09 | 80.94 | - |
| YUV | 71.01 | 221.67 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 51 | 237 | 0.80 | 0.78 | 0 | 0.07 | 238.74 | 0.84 | 0.56 |
| Hex | 2F | 33 | ED | 50 | 4E | 0 | 7 | EF | 54 | 38 |
| Octal | 57 | 63 | 355 | 120 | 116 | 0 | 7 | 357 | 124 | 70 |
| Binary | 101111 | 110011 | 11101101 | 1010000 | 1001110 | 0 | 111 | 11101111 | 1010100 | 111000 |
Color Harmonies of #2F33ED
Complementary color
Monochromatic Colors of #2F33ED
Black with #2F33ED
Text Example
Text Example
White with #2F33ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F33ED; }
p { color: rgb(47,51,237); }
H1.HeaderClassName
{
color: #2F33ED;
}
.AnyTagClassName
{
color: #2F33ED;
}
</style>
background-color css
<style>
a { background-color: #2F33ED; }
a { background-color: rgb(47,51,237); }
div.DivClassName
{
background-color: #2F33ED;
}
.BgClassName
{
background-color: #2F33ED;
}
</style>
border-color css
<style>
span { border-color: #2F33ED; }
span { border-color: rgb(47,51,237); }
td.TdClassName
{
border-color: #2F33ED;
}
.TagClassName
{
border-color: #2F33ED;
}
</style>