Shades of Neon Blue #1F52FF
Tints of Neon Blue #1F52FF
RGB
CMYK
RGB Variations
Color information
#1F52FF (or 0x1F52FF) is known color: Neon Blue. HEX triplet: 1F, 52 and FF. RGB value is (31,82,255). Sum of RGB (Red+Green+Blue) = 31+82+255=368 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.42% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F52FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F52FF is #E0AD00. Grayscale: #555555. Windows color (decimal): -14724353 or 16732703. OLE color: 16732703.
HSL color Cylindrical-coordinate representation of color #1F52FF: hue angle of 226.34º 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 #1F52FF is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 82 | 255 | - |
| CMYK | 0.88 | 0.68 | 0 | 0 |
| HSL | 226.34º | 1% | 0.56% | - |
| HSV(B) | 226.34º | 0.88% | 1% | - |
| XYZ | 21.63 | 13.55 | 96.08 | - |
| YUV | 86.47 | 223.1 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 255 | 0.88 | 0.68 | 0 | 0 | 226.34 | 1 | 0.56 |
| Hex | 1F | 52 | FF | 58 | 44 | 0 | 0 | E2 | 64 | 38 |
| Octal | 37 | 122 | 377 | 130 | 104 | 0 | 0 | 342 | 144 | 70 |
| Binary | 11111 | 1010010 | 11111111 | 1011000 | 1000100 | 0 | 0 | 11100010 | 1100100 | 111000 |
Color Harmonies of #1F52FF
Complementary color
Monochromatic Colors of #1F52FF
Black with #1F52FF
Text Example
Text Example
White with #1F52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F52FF; }
p { color: rgb(31,82,255); }
H1.HeaderClassName
{
color: #1F52FF;
}
.AnyTagClassName
{
color: #1F52FF;
}
</style>
background-color css
<style>
a { background-color: #1F52FF; }
a { background-color: rgb(31,82,255); }
div.DivClassName
{
background-color: #1F52FF;
}
.BgClassName
{
background-color: #1F52FF;
}
</style>
border-color css
<style>
span { border-color: #1F52FF; }
span { border-color: rgb(31,82,255); }
td.TdClassName
{
border-color: #1F52FF;
}
.TagClassName
{
border-color: #1F52FF;
}
</style>