Shades of Neon Blue #1F42FF
Tints of Neon Blue #1F42FF
RGB
CMYK
RGB Variations
Color information
#1F42FF (or 0x1F42FF) is known color: Neon Blue. HEX triplet: 1F, 42 and FF. RGB value is (31,66,255). Sum of RGB (Red+Green+Blue) = 31+66+255=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F42FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F42FF is #E0BD00. Grayscale: #4C4C4C. Windows color (decimal): -14728449 or 16728607. OLE color: 16728607.
HSL color Cylindrical-coordinate representation of color #1F42FF: hue angle of 230.62º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F42FF is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 66 | 255 | - |
| CMYK | 0.88 | 0.74 | 0 | 0 |
| HSL | 230.63º | 1% | 0.56% | - |
| HSV(B) | 230.63º | 0.88% | 1% | - |
| XYZ | 20.56 | 11.41 | 95.73 | - |
| YUV | 77.08 | 228.4 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 255 | 0.88 | 0.74 | 0 | 0 | 230.63 | 1 | 0.56 |
| Hex | 1F | 42 | FF | 58 | 4A | 0 | 0 | E7 | 64 | 38 |
| Octal | 37 | 102 | 377 | 130 | 112 | 0 | 0 | 347 | 144 | 70 |
| Binary | 11111 | 1000010 | 11111111 | 1011000 | 1001010 | 0 | 0 | 11100111 | 1100100 | 111000 |
Color Harmonies of #1F42FF
Complementary color
Monochromatic Colors of #1F42FF
Black with #1F42FF
Text Example
Text Example
White with #1F42FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F42FF; }
p { color: rgb(31,66,255); }
H1.HeaderClassName
{
color: #1F42FF;
}
.AnyTagClassName
{
color: #1F42FF;
}
</style>
background-color css
<style>
a { background-color: #1F42FF; }
a { background-color: rgb(31,66,255); }
div.DivClassName
{
background-color: #1F42FF;
}
.BgClassName
{
background-color: #1F42FF;
}
</style>
border-color css
<style>
span { border-color: #1F42FF; }
span { border-color: rgb(31,66,255); }
td.TdClassName
{
border-color: #1F42FF;
}
.TagClassName
{
border-color: #1F42FF;
}
</style>