Shades of Neon Blue #2F4EFC
Tints of Neon Blue #2F4EFC
RGB
CMYK
RGB Variations
Color information
#2F4EFC (or 0x2F4EFC) is known color: Neon Blue. HEX triplet: 2F, 4E and FC. RGB value is (47,78,252). Sum of RGB (Red+Green+Blue) = 47+78+252=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F4EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F4EFC is #D0B103. Grayscale: #575757. Windows color (decimal): -13676804 or 16535087. OLE color: 16535087.
HSL color Cylindrical-coordinate representation of color #2F4EFC: hue angle of 230.93º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F4EFC is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 78 | 252 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.01 |
| HSL | 230.93º | 0.97% | 0.59% | - |
| HSV(B) | 230.93º | 0.81% | 0.99% | - |
| XYZ | 21.47 | 13.08 | 93.49 | - |
| YUV | 88.57 | 220.23 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 78 | 252 | 0.81 | 0.69 | 0 | 0.01 | 230.93 | 0.97 | 0.59 |
| Hex | 2F | 4E | FC | 51 | 45 | 0 | 1 | E7 | 61 | 3B |
| Octal | 57 | 116 | 374 | 121 | 105 | 0 | 1 | 347 | 141 | 73 |
| Binary | 101111 | 1001110 | 11111100 | 1010001 | 1000101 | 0 | 1 | 11100111 | 1100001 | 111011 |
Color Harmonies of #2F4EFC
Complementary color
Monochromatic Colors of #2F4EFC
Black with #2F4EFC
Text Example
Text Example
White with #2F4EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4EFC; }
p { color: rgb(47,78,252); }
H1.HeaderClassName
{
color: #2F4EFC;
}
.AnyTagClassName
{
color: #2F4EFC;
}
</style>
background-color css
<style>
a { background-color: #2F4EFC; }
a { background-color: rgb(47,78,252); }
div.DivClassName
{
background-color: #2F4EFC;
}
.BgClassName
{
background-color: #2F4EFC;
}
</style>
border-color css
<style>
span { border-color: #2F4EFC; }
span { border-color: rgb(47,78,252); }
td.TdClassName
{
border-color: #2F4EFC;
}
.TagClassName
{
border-color: #2F4EFC;
}
</style>