Shades of Neon Blue #1F34FF
Tints of Neon Blue #1F34FF
RGB
CMYK
RGB Variations
Color information
#1F34FF (or 0x1F34FF) is known color: Neon Blue. HEX triplet: 1F, 34 and FF. RGB value is (31,52,255). Sum of RGB (Red+Green+Blue) = 31+52+255=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F34FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F34FF is #E0CB00. Grayscale: #444444. Windows color (decimal): -14732033 or 16725023. OLE color: 16725023.
HSL color Cylindrical-coordinate representation of color #1F34FF: hue angle of 234.38º 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 #1F34FF is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 52 | 255 | - |
| CMYK | 0.88 | 0.80 | 0 | 0 |
| HSL | 234.38º | 1% | 0.56% | - |
| HSV(B) | 234.38º | 0.88% | 1% | - |
| XYZ | 19.84 | 9.97 | 95.49 | - |
| YUV | 68.86 | 233.04 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 255 | 0.88 | 0.80 | 0 | 0 | 234.38 | 1 | 0.56 |
| Hex | 1F | 34 | FF | 58 | 50 | 0 | 0 | EA | 64 | 38 |
| Octal | 37 | 64 | 377 | 130 | 120 | 0 | 0 | 352 | 144 | 70 |
| Binary | 11111 | 110100 | 11111111 | 1011000 | 1010000 | 0 | 0 | 11101010 | 1100100 | 111000 |
Color Harmonies of #1F34FF
Complementary color
Monochromatic Colors of #1F34FF
Black with #1F34FF
Text Example
Text Example
White with #1F34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F34FF; }
p { color: rgb(31,52,255); }
H1.HeaderClassName
{
color: #1F34FF;
}
.AnyTagClassName
{
color: #1F34FF;
}
</style>
background-color css
<style>
a { background-color: #1F34FF; }
a { background-color: rgb(31,52,255); }
div.DivClassName
{
background-color: #1F34FF;
}
.BgClassName
{
background-color: #1F34FF;
}
</style>
border-color css
<style>
span { border-color: #1F34FF; }
span { border-color: rgb(31,52,255); }
td.TdClassName
{
border-color: #1F34FF;
}
.TagClassName
{
border-color: #1F34FF;
}
</style>