Shades of Neon Blue #1F43FF
Tints of Neon Blue #1F43FF
RGB
CMYK
RGB Variations
Color information
#1F43FF (or 0x1F43FF) is known color: Neon Blue. HEX triplet: 1F, 43 and FF. RGB value is (31,67,255). Sum of RGB (Red+Green+Blue) = 31+67+255=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F43FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F43FF is #E0BC00. Grayscale: #4C4C4C. Windows color (decimal): -14728193 or 16728863. OLE color: 16728863.
HSL color Cylindrical-coordinate representation of color #1F43FF: hue angle of 230.36º 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 #1F43FF is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 67 | 255 | - |
| CMYK | 0.88 | 0.74 | 0 | 0 |
| HSL | 230.36º | 1% | 0.56% | - |
| HSV(B) | 230.36º | 0.88% | 1% | - |
| XYZ | 20.62 | 11.53 | 95.75 | - |
| YUV | 77.67 | 228.07 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 255 | 0.88 | 0.74 | 0 | 0 | 230.36 | 1 | 0.56 |
| Hex | 1F | 43 | FF | 58 | 4A | 0 | 0 | E6 | 64 | 38 |
| Octal | 37 | 103 | 377 | 130 | 112 | 0 | 0 | 346 | 144 | 70 |
| Binary | 11111 | 1000011 | 11111111 | 1011000 | 1001010 | 0 | 0 | 11100110 | 1100100 | 111000 |
Color Harmonies of #1F43FF
Complementary color
Monochromatic Colors of #1F43FF
Black with #1F43FF
Text Example
Text Example
White with #1F43FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F43FF; }
p { color: rgb(31,67,255); }
H1.HeaderClassName
{
color: #1F43FF;
}
.AnyTagClassName
{
color: #1F43FF;
}
</style>
background-color css
<style>
a { background-color: #1F43FF; }
a { background-color: rgb(31,67,255); }
div.DivClassName
{
background-color: #1F43FF;
}
.BgClassName
{
background-color: #1F43FF;
}
</style>
border-color css
<style>
span { border-color: #1F43FF; }
span { border-color: rgb(31,67,255); }
td.TdClassName
{
border-color: #1F43FF;
}
.TagClassName
{
border-color: #1F43FF;
}
</style>