Shades of Neon Blue #2F45F7
Tints of Neon Blue #2F45F7
RGB
CMYK
RGB Variations
Color information
#2F45F7 (or 0x2F45F7) is known color: Neon Blue. HEX triplet: 2F, 45 and F7. RGB value is (47,69,247). Sum of RGB (Red+Green+Blue) = 47+69+247=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 247 (96.88% from 255 or 68.04% from 363); Max value from RGB is 247 - color contains mainly: blue. Hex color #2F45F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F45F7 is #D0BA08. Grayscale: #515151. Windows color (decimal): -13679113 or 16205103. OLE color: 16205103.
HSL color Cylindrical-coordinate representation of color #2F45F7: hue angle of 233.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F45F7 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 69 | 247 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.03 |
| HSL | 233.4º | 0.93% | 0.58% | - |
| HSV(B) | 233.4º | 0.81% | 0.97% | - |
| XYZ | 20.09 | 11.58 | 89.17 | - |
| YUV | 82.71 | 220.71 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 69 | 247 | 0.81 | 0.72 | 0 | 0.03 | 233.4 | 0.93 | 0.58 |
| Hex | 2F | 45 | F7 | 51 | 48 | 0 | 3 | E9 | 5D | 3A |
| Octal | 57 | 105 | 367 | 121 | 110 | 0 | 3 | 351 | 135 | 72 |
| Binary | 101111 | 1000101 | 11110111 | 1010001 | 1001000 | 0 | 11 | 11101001 | 1011101 | 111010 |
Color Harmonies of #2F45F7
Complementary color
Monochromatic Colors of #2F45F7
Black with #2F45F7
Text Example
Text Example
White with #2F45F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F45F7; }
p { color: rgb(47,69,247); }
H1.HeaderClassName
{
color: #2F45F7;
}
.AnyTagClassName
{
color: #2F45F7;
}
</style>
background-color css
<style>
a { background-color: #2F45F7; }
a { background-color: rgb(47,69,247); }
div.DivClassName
{
background-color: #2F45F7;
}
.BgClassName
{
background-color: #2F45F7;
}
</style>
border-color css
<style>
span { border-color: #2F45F7; }
span { border-color: rgb(47,69,247); }
td.TdClassName
{
border-color: #2F45F7;
}
.TagClassName
{
border-color: #2F45F7;
}
</style>