Shades of Neon Blue #2F3CEA
Tints of Neon Blue #2F3CEA
RGB
CMYK
RGB Variations
Color information
#2F3CEA (or 0x2F3CEA) is known color: Neon Blue. HEX triplet: 2F, 3C and EA. RGB value is (47,60,234). Sum of RGB (Red+Green+Blue) = 47+60+234=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F3CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F3CEA is #D0C315. Grayscale: #4B4B4B. Windows color (decimal): -13681430 or 15350831. OLE color: 15350831.
HSL color Cylindrical-coordinate representation of color #2F3CEA: hue angle of 235.83º 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 #2F3CEA is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 60 | 234 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.08 |
| HSL | 235.83º | 0.82% | 0.55% | - |
| HSV(B) | 235.83º | 0.8% | 0.92% | - |
| XYZ | 17.64 | 9.78 | 78.8 | - |
| YUV | 75.95 | 217.19 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 234 | 0.80 | 0.74 | 0 | 0.08 | 235.83 | 0.82 | 0.55 |
| Hex | 2F | 3C | EA | 50 | 4A | 0 | 8 | EC | 52 | 37 |
| Octal | 57 | 74 | 352 | 120 | 112 | 0 | 10 | 354 | 122 | 67 |
| Binary | 101111 | 111100 | 11101010 | 1010000 | 1001010 | 0 | 1000 | 11101100 | 1010010 | 110111 |
Color Harmonies of #2F3CEA
Complementary color
Monochromatic Colors of #2F3CEA
Black with #2F3CEA
Text Example
Text Example
White with #2F3CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3CEA; }
p { color: rgb(47,60,234); }
H1.HeaderClassName
{
color: #2F3CEA;
}
.AnyTagClassName
{
color: #2F3CEA;
}
</style>
background-color css
<style>
a { background-color: #2F3CEA; }
a { background-color: rgb(47,60,234); }
div.DivClassName
{
background-color: #2F3CEA;
}
.BgClassName
{
background-color: #2F3CEA;
}
</style>
border-color css
<style>
span { border-color: #2F3CEA; }
span { border-color: rgb(47,60,234); }
td.TdClassName
{
border-color: #2F3CEA;
}
.TagClassName
{
border-color: #2F3CEA;
}
</style>