Shades of Neon Blue #2F2FEF
Tints of Neon Blue #2F2FEF
RGB
CMYK
RGB Variations
Color information
#2F2FEF (or 0x2F2FEF) is known color: Neon Blue. HEX triplet: 2F, 2F and EF. RGB value is (47,47,239). Sum of RGB (Red+Green+Blue) = 47+47+239=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F2FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F2FEF is #D0D010. Grayscale: #444444. Windows color (decimal): -13684753 or 15675183. OLE color: 15675183.
HSL color Cylindrical-coordinate representation of color #2F2FEF: hue angle of 240º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F2FEF is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 47 | 239 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.06 |
| HSL | 240º | 0.86% | 0.56% | - |
| HSV(B) | 240º | 0.8% | 0.94% | - |
| XYZ | 17.77 | 8.87 | 82.44 | - |
| YUV | 68.89 | 224 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 47 | 239 | 0.80 | 0.80 | 0 | 0.06 | 240 | 0.86 | 0.56 |
| Hex | 2F | 2F | EF | 50 | 50 | 0 | 6 | F0 | 56 | 38 |
| Octal | 57 | 57 | 357 | 120 | 120 | 0 | 6 | 360 | 126 | 70 |
| Binary | 101111 | 101111 | 11101111 | 1010000 | 1010000 | 0 | 110 | 11110000 | 1010110 | 111000 |
Color Harmonies of #2F2FEF
Complementary color
Monochromatic Colors of #2F2FEF
Black with #2F2FEF
Text Example
Text Example
White with #2F2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2FEF; }
p { color: rgb(47,47,239); }
H1.HeaderClassName
{
color: #2F2FEF;
}
.AnyTagClassName
{
color: #2F2FEF;
}
</style>
background-color css
<style>
a { background-color: #2F2FEF; }
a { background-color: rgb(47,47,239); }
div.DivClassName
{
background-color: #2F2FEF;
}
.BgClassName
{
background-color: #2F2FEF;
}
</style>
border-color css
<style>
span { border-color: #2F2FEF; }
span { border-color: rgb(47,47,239); }
td.TdClassName
{
border-color: #2F2FEF;
}
.TagClassName
{
border-color: #2F2FEF;
}
</style>