Shades of Neon Blue #2F2EEB
Tints of Neon Blue #2F2EEB
RGB
CMYK
RGB Variations
Color information
#2F2EEB (or 0x2F2EEB) is known color: Neon Blue. HEX triplet: 2F, 2E and EB. RGB value is (47,46,235). Sum of RGB (Red+Green+Blue) = 47+46+235=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F2EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F2EEB is #D0D114. Grayscale: #434343. Windows color (decimal): -13685013 or 15412783. OLE color: 15412783.
HSL color Cylindrical-coordinate representation of color #2F2EEB: hue angle of 240.32º degrees, saturation: 0.83, 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 #2F2EEB is Cyan = 0.8, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 46 | 235 | - |
| CMYK | 0.8 | 0.80 | 0 | 0.08 |
| HSL | 240.32º | 0.83% | 0.55% | - |
| HSV(B) | 240.32º | 0.8% | 0.92% | - |
| XYZ | 17.14 | 8.56 | 79.35 | - |
| YUV | 67.85 | 222.33 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 46 | 235 | 0.8 | 0.80 | 0 | 0.08 | 240.32 | 0.83 | 0.55 |
| Hex | 2F | 2E | EB | 50 | 50 | 0 | 8 | F0 | 53 | 37 |
| Octal | 57 | 56 | 353 | 120 | 120 | 0 | 10 | 360 | 123 | 67 |
| Binary | 101111 | 101110 | 11101011 | 1010000 | 1010000 | 0 | 1000 | 11110000 | 1010011 | 110111 |
Color Harmonies of #2F2EEB
Complementary color
Monochromatic Colors of #2F2EEB
Black with #2F2EEB
Text Example
Text Example
White with #2F2EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2EEB; }
p { color: rgb(47,46,235); }
H1.HeaderClassName
{
color: #2F2EEB;
}
.AnyTagClassName
{
color: #2F2EEB;
}
</style>
background-color css
<style>
a { background-color: #2F2EEB; }
a { background-color: rgb(47,46,235); }
div.DivClassName
{
background-color: #2F2EEB;
}
.BgClassName
{
background-color: #2F2EEB;
}
</style>
border-color css
<style>
span { border-color: #2F2EEB; }
span { border-color: rgb(47,46,235); }
td.TdClassName
{
border-color: #2F2EEB;
}
.TagClassName
{
border-color: #2F2EEB;
}
</style>