Shades of Neon Blue #0F46FF
Tints of Neon Blue #0F46FF
RGB
CMYK
RGB Variations
Color information
#0F46FF (or 0x0F46FF) is known color: Neon Blue. HEX triplet: 0F, 46 and FF. RGB value is (15,70,255). Sum of RGB (Red+Green+Blue) = 15+70+255=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F46FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F46FF is #F0B900. Grayscale: #494949. Windows color (decimal): -15776001 or 16729615. OLE color: 16729615.
HSL color Cylindrical-coordinate representation of color #0F46FF: hue angle of 226.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F46FF is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 70 | 255 | - |
| CMYK | 0.94 | 0.73 | 0 | 0 |
| HSL | 226.25º | 1% | 0.53% | - |
| HSV(B) | 226.25º | 0.94% | 1% | - |
| XYZ | 20.44 | 11.7 | 95.79 | - |
| YUV | 74.65 | 229.78 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 70 | 255 | 0.94 | 0.73 | 0 | 0 | 226.25 | 1 | 0.53 |
| Hex | F | 46 | FF | 5E | 49 | 0 | 0 | E2 | 64 | 35 |
| Octal | 17 | 106 | 377 | 136 | 111 | 0 | 0 | 342 | 144 | 65 |
| Binary | 1111 | 1000110 | 11111111 | 1011110 | 1001001 | 0 | 0 | 11100010 | 1100100 | 110101 |
Color Harmonies of #0F46FF
Complementary color
Monochromatic Colors of #0F46FF
Black with #0F46FF
Text Example
Text Example
White with #0F46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F46FF; }
p { color: rgb(15,70,255); }
H1.HeaderClassName
{
color: #0F46FF;
}
.AnyTagClassName
{
color: #0F46FF;
}
</style>
background-color css
<style>
a { background-color: #0F46FF; }
a { background-color: rgb(15,70,255); }
div.DivClassName
{
background-color: #0F46FF;
}
.BgClassName
{
background-color: #0F46FF;
}
</style>
border-color css
<style>
span { border-color: #0F46FF; }
span { border-color: rgb(15,70,255); }
td.TdClassName
{
border-color: #0F46FF;
}
.TagClassName
{
border-color: #0F46FF;
}
</style>