Shades of Neon Blue #2F3EEA
Tints of Neon Blue #2F3EEA
RGB
CMYK
RGB Variations
Color information
#2F3EEA (or 0x2F3EEA) is known color: Neon Blue. HEX triplet: 2F, 3E and EA. RGB value is (47,62,234). Sum of RGB (Red+Green+Blue) = 47+62+234=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F3EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F3EEA is #D0C115. Grayscale: #4C4C4C. Windows color (decimal): -13680918 or 15351343. OLE color: 15351343.
HSL color Cylindrical-coordinate representation of color #2F3EEA: hue angle of 235.19º 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 #2F3EEA is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 62 | 234 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.08 |
| HSL | 235.19º | 0.82% | 0.55% | - |
| HSV(B) | 235.19º | 0.8% | 0.92% | - |
| XYZ | 17.75 | 9.99 | 78.83 | - |
| YUV | 77.12 | 216.53 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 62 | 234 | 0.80 | 0.74 | 0 | 0.08 | 235.19 | 0.82 | 0.55 |
| Hex | 2F | 3E | EA | 50 | 4A | 0 | 8 | EB | 52 | 37 |
| Octal | 57 | 76 | 352 | 120 | 112 | 0 | 10 | 353 | 122 | 67 |
| Binary | 101111 | 111110 | 11101010 | 1010000 | 1001010 | 0 | 1000 | 11101011 | 1010010 | 110111 |
Color Harmonies of #2F3EEA
Complementary color
Monochromatic Colors of #2F3EEA
Black with #2F3EEA
Text Example
Text Example
White with #2F3EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3EEA; }
p { color: rgb(47,62,234); }
H1.HeaderClassName
{
color: #2F3EEA;
}
.AnyTagClassName
{
color: #2F3EEA;
}
</style>
background-color css
<style>
a { background-color: #2F3EEA; }
a { background-color: rgb(47,62,234); }
div.DivClassName
{
background-color: #2F3EEA;
}
.BgClassName
{
background-color: #2F3EEA;
}
</style>
border-color css
<style>
span { border-color: #2F3EEA; }
span { border-color: rgb(47,62,234); }
td.TdClassName
{
border-color: #2F3EEA;
}
.TagClassName
{
border-color: #2F3EEA;
}
</style>