Shades of Neon Blue #0F45FE
Tints of Neon Blue #0F45FE
RGB
CMYK
RGB Variations
Color information
#0F45FE (or 0x0F45FE) is known color: Neon Blue. HEX triplet: 0F, 45 and FE. RGB value is (15,69,254). Sum of RGB (Red+Green+Blue) = 15+69+254=338 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.44% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F45FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F45FE is #F0BA01. Grayscale: #494949. Windows color (decimal): -15776258 or 16663823. OLE color: 16663823.
HSL color Cylindrical-coordinate representation of color #0F45FE: hue angle of 226.44º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F45FE is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 69 | 254 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.00 |
| HSL | 226.44º | 0.99% | 0.53% | - |
| HSV(B) | 226.44º | 0.94% | 1% | - |
| XYZ | 20.21 | 11.51 | 94.92 | - |
| YUV | 73.94 | 229.61 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 69 | 254 | 0.94 | 0.73 | 0 | 0.00 | 226.44 | 0.99 | 0.53 |
| Hex | F | 45 | FE | 5E | 49 | 0 | 0 | E2 | 63 | 35 |
| Octal | 17 | 105 | 376 | 136 | 111 | 0 | 0 | 342 | 143 | 65 |
| Binary | 1111 | 1000101 | 11111110 | 1011110 | 1001001 | 0 | 0 | 11100010 | 1100011 | 110101 |
Color Harmonies of #0F45FE
Complementary color
Monochromatic Colors of #0F45FE
Black with #0F45FE
Text Example
Text Example
White with #0F45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F45FE; }
p { color: rgb(15,69,254); }
H1.HeaderClassName
{
color: #0F45FE;
}
.AnyTagClassName
{
color: #0F45FE;
}
</style>
background-color css
<style>
a { background-color: #0F45FE; }
a { background-color: rgb(15,69,254); }
div.DivClassName
{
background-color: #0F45FE;
}
.BgClassName
{
background-color: #0F45FE;
}
</style>
border-color css
<style>
span { border-color: #0F45FE; }
span { border-color: rgb(15,69,254); }
td.TdClassName
{
border-color: #0F45FE;
}
.TagClassName
{
border-color: #0F45FE;
}
</style>