Shades of Neon Blue #1F3CFF
Tints of Neon Blue #1F3CFF
RGB
CMYK
RGB Variations
Color information
#1F3CFF (or 0x1F3CFF) is known color: Neon Blue. HEX triplet: 1F, 3C and FF. RGB value is (31,60,255). Sum of RGB (Red+Green+Blue) = 31+60+255=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F3CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3CFF is #E0C300. Grayscale: #484848. Windows color (decimal): -14729985 or 16727071. OLE color: 16727071.
HSL color Cylindrical-coordinate representation of color #1F3CFF: hue angle of 232.23º 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 #1F3CFF is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 60 | 255 | - |
| CMYK | 0.88 | 0.76 | 0 | 0 |
| HSL | 232.23º | 1% | 0.56% | - |
| HSV(B) | 232.23º | 0.88% | 1% | - |
| XYZ | 20.23 | 10.74 | 95.62 | - |
| YUV | 73.56 | 230.39 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 60 | 255 | 0.88 | 0.76 | 0 | 0 | 232.23 | 1 | 0.56 |
| Hex | 1F | 3C | FF | 58 | 4C | 0 | 0 | E8 | 64 | 38 |
| Octal | 37 | 74 | 377 | 130 | 114 | 0 | 0 | 350 | 144 | 70 |
| Binary | 11111 | 111100 | 11111111 | 1011000 | 1001100 | 0 | 0 | 11101000 | 1100100 | 111000 |
Color Harmonies of #1F3CFF
Complementary color
Monochromatic Colors of #1F3CFF
Black with #1F3CFF
Text Example
Text Example
White with #1F3CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3CFF; }
p { color: rgb(31,60,255); }
H1.HeaderClassName
{
color: #1F3CFF;
}
.AnyTagClassName
{
color: #1F3CFF;
}
</style>
background-color css
<style>
a { background-color: #1F3CFF; }
a { background-color: rgb(31,60,255); }
div.DivClassName
{
background-color: #1F3CFF;
}
.BgClassName
{
background-color: #1F3CFF;
}
</style>
border-color css
<style>
span { border-color: #1F3CFF; }
span { border-color: rgb(31,60,255); }
td.TdClassName
{
border-color: #1F3CFF;
}
.TagClassName
{
border-color: #1F3CFF;
}
</style>