Shades of Neon Blue #2F2FEB
Tints of Neon Blue #2F2FEB
RGB
CMYK
RGB Variations
Color information
#2F2FEB (or 0x2F2FEB) is known color: Neon Blue. HEX triplet: 2F, 2F and EB. RGB value is (47,47,235). Sum of RGB (Red+Green+Blue) = 47+47+235=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F2FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F2FEB is #D0D014. Grayscale: #434343. Windows color (decimal): -13684757 or 15413039. OLE color: 15413039.
HSL color Cylindrical-coordinate representation of color #2F2FEB: hue angle of 240º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F2FEB is Cyan = 0.8, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 47 | 235 | - |
| CMYK | 0.8 | 0.8 | 0 | 0.08 |
| HSL | 240º | 0.82% | 0.55% | - |
| HSV(B) | 240º | 0.8% | 0.92% | - |
| XYZ | 17.18 | 8.64 | 79.36 | - |
| YUV | 68.43 | 222 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 47 | 235 | 0.8 | 0.8 | 0 | 0.08 | 240 | 0.82 | 0.55 |
| Hex | 2F | 2F | EB | 50 | 50 | 0 | 8 | F0 | 52 | 37 |
| Octal | 57 | 57 | 353 | 120 | 120 | 0 | 10 | 360 | 122 | 67 |
| Binary | 101111 | 101111 | 11101011 | 1010000 | 1010000 | 0 | 1000 | 11110000 | 1010010 | 110111 |
Color Harmonies of #2F2FEB
Complementary color
Monochromatic Colors of #2F2FEB
Black with #2F2FEB
Text Example
Text Example
White with #2F2FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2FEB; }
p { color: rgb(47,47,235); }
H1.HeaderClassName
{
color: #2F2FEB;
}
.AnyTagClassName
{
color: #2F2FEB;
}
</style>
background-color css
<style>
a { background-color: #2F2FEB; }
a { background-color: rgb(47,47,235); }
div.DivClassName
{
background-color: #2F2FEB;
}
.BgClassName
{
background-color: #2F2FEB;
}
</style>
border-color css
<style>
span { border-color: #2F2FEB; }
span { border-color: rgb(47,47,235); }
td.TdClassName
{
border-color: #2F2FEB;
}
.TagClassName
{
border-color: #2F2FEB;
}
</style>