Shades of Neon Blue #0F3FFC
Tints of Neon Blue #0F3FFC
RGB
CMYK
RGB Variations
Color information
#0F3FFC (or 0x0F3FFC) is known color: Neon Blue. HEX triplet: 0F, 3F and FC. RGB value is (15,63,252). Sum of RGB (Red+Green+Blue) = 15+63+252=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 252 (98.83% from 255 or 76.36% from 330); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F3FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F3FFC is #F0C003. Grayscale: #454545. Windows color (decimal): -15777796 or 16531215. OLE color: 16531215.
HSL color Cylindrical-coordinate representation of color #0F3FFC: hue angle of 227.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F3FFC is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 63 | 252 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.01 |
| HSL | 227.85º | 0.98% | 0.52% | - |
| HSV(B) | 227.85º | 0.94% | 0.99% | - |
| XYZ | 19.55 | 10.68 | 93.13 | - |
| YUV | 70.19 | 230.6 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 63 | 252 | 0.94 | 0.75 | 0 | 0.01 | 227.85 | 0.98 | 0.52 |
| Hex | F | 3F | FC | 5E | 4B | 0 | 1 | E4 | 62 | 34 |
| Octal | 17 | 77 | 374 | 136 | 113 | 0 | 1 | 344 | 142 | 64 |
| Binary | 1111 | 111111 | 11111100 | 1011110 | 1001011 | 0 | 1 | 11100100 | 1100010 | 110100 |
Color Harmonies of #0F3FFC
Complementary color
Monochromatic Colors of #0F3FFC
Black with #0F3FFC
Text Example
Text Example
White with #0F3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3FFC; }
p { color: rgb(15,63,252); }
H1.HeaderClassName
{
color: #0F3FFC;
}
.AnyTagClassName
{
color: #0F3FFC;
}
</style>
background-color css
<style>
a { background-color: #0F3FFC; }
a { background-color: rgb(15,63,252); }
div.DivClassName
{
background-color: #0F3FFC;
}
.BgClassName
{
background-color: #0F3FFC;
}
</style>
border-color css
<style>
span { border-color: #0F3FFC; }
span { border-color: rgb(15,63,252); }
td.TdClassName
{
border-color: #0F3FFC;
}
.TagClassName
{
border-color: #0F3FFC;
}
</style>