Shades of Neon Blue #2F2DEB
Tints of Neon Blue #2F2DEB
RGB
CMYK
RGB Variations
Color information
#2F2DEB (or 0x2F2DEB) is known color: Neon Blue. HEX triplet: 2F, 2D and EB. RGB value is (47,45,235). Sum of RGB (Red+Green+Blue) = 47+45+235=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 235 (92.19% from 255 or 71.87% from 327); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F2DEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F2DEB is #D0D214. Grayscale: #424242. Windows color (decimal): -13685269 or 15412527. OLE color: 15412527.
HSL color Cylindrical-coordinate representation of color #2F2DEB: hue angle of 240.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F2DEB is Cyan = 0.8, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 45 | 235 | - |
| CMYK | 0.8 | 0.81 | 0 | 0.08 |
| HSL | 240.63º | 0.83% | 0.55% | - |
| HSV(B) | 240.63º | 0.81% | 0.92% | - |
| XYZ | 17.11 | 8.48 | 79.33 | - |
| YUV | 67.26 | 222.66 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 235 | 0.8 | 0.81 | 0 | 0.08 | 240.63 | 0.83 | 0.55 |
| Hex | 2F | 2D | EB | 50 | 51 | 0 | 8 | F1 | 53 | 37 |
| Octal | 57 | 55 | 353 | 120 | 121 | 0 | 10 | 361 | 123 | 67 |
| Binary | 101111 | 101101 | 11101011 | 1010000 | 1010001 | 0 | 1000 | 11110001 | 1010011 | 110111 |
Color Harmonies of #2F2DEB
Complementary color
Monochromatic Colors of #2F2DEB
Black with #2F2DEB
Text Example
Text Example
White with #2F2DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2DEB; }
p { color: rgb(47,45,235); }
H1.HeaderClassName
{
color: #2F2DEB;
}
.AnyTagClassName
{
color: #2F2DEB;
}
</style>
background-color css
<style>
a { background-color: #2F2DEB; }
a { background-color: rgb(47,45,235); }
div.DivClassName
{
background-color: #2F2DEB;
}
.BgClassName
{
background-color: #2F2DEB;
}
</style>
border-color css
<style>
span { border-color: #2F2DEB; }
span { border-color: rgb(47,45,235); }
td.TdClassName
{
border-color: #2F2DEB;
}
.TagClassName
{
border-color: #2F2DEB;
}
</style>