Shades of Neon Blue #1F42FE
Tints of Neon Blue #1F42FE
RGB
CMYK
RGB Variations
Color information
#1F42FE (or 0x1F42FE) is known color: Neon Blue. HEX triplet: 1F, 42 and FE. RGB value is (31,66,254). Sum of RGB (Red+Green+Blue) = 31+66+254=351 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.83% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F42FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F42FE is #E0BD01. Grayscale: #4C4C4C. Windows color (decimal): -14728450 or 16663071. OLE color: 16663071.
HSL color Cylindrical-coordinate representation of color #1F42FE: hue angle of 230.58º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F42FE is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 66 | 254 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.00 |
| HSL | 230.58º | 0.99% | 0.56% | - |
| HSV(B) | 230.58º | 0.88% | 1% | - |
| XYZ | 20.4 | 11.34 | 94.88 | - |
| YUV | 76.97 | 227.9 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 254 | 0.88 | 0.74 | 0 | 0.00 | 230.58 | 0.99 | 0.56 |
| Hex | 1F | 42 | FE | 58 | 4A | 0 | 0 | E7 | 63 | 38 |
| Octal | 37 | 102 | 376 | 130 | 112 | 0 | 0 | 347 | 143 | 70 |
| Binary | 11111 | 1000010 | 11111110 | 1011000 | 1001010 | 0 | 0 | 11100111 | 1100011 | 111000 |
Color Harmonies of #1F42FE
Complementary color
Monochromatic Colors of #1F42FE
Black with #1F42FE
Text Example
Text Example
White with #1F42FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F42FE; }
p { color: rgb(31,66,254); }
H1.HeaderClassName
{
color: #1F42FE;
}
.AnyTagClassName
{
color: #1F42FE;
}
</style>
background-color css
<style>
a { background-color: #1F42FE; }
a { background-color: rgb(31,66,254); }
div.DivClassName
{
background-color: #1F42FE;
}
.BgClassName
{
background-color: #1F42FE;
}
</style>
border-color css
<style>
span { border-color: #1F42FE; }
span { border-color: rgb(31,66,254); }
td.TdClassName
{
border-color: #1F42FE;
}
.TagClassName
{
border-color: #1F42FE;
}
</style>