Shades of Neon Blue #1F34FD
Tints of Neon Blue #1F34FD
RGB
CMYK
RGB Variations
Color information
#1F34FD (or 0x1F34FD) is known color: Neon Blue. HEX triplet: 1F, 34 and FD. RGB value is (31,52,253). Sum of RGB (Red+Green+Blue) = 31+52+253=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F34FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F34FD is #E0CB02. Grayscale: #434343. Windows color (decimal): -14732035 or 16593951. OLE color: 16593951.
HSL color Cylindrical-coordinate representation of color #1F34FD: hue angle of 234.32º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F34FD is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 52 | 253 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.01 |
| HSL | 234.32º | 0.98% | 0.56% | - |
| HSV(B) | 234.32º | 0.88% | 0.99% | - |
| XYZ | 19.52 | 9.84 | 93.8 | - |
| YUV | 68.64 | 232.04 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 253 | 0.88 | 0.79 | 0 | 0.01 | 234.32 | 0.98 | 0.56 |
| Hex | 1F | 34 | FD | 58 | 4F | 0 | 1 | EA | 62 | 38 |
| Octal | 37 | 64 | 375 | 130 | 117 | 0 | 1 | 352 | 142 | 70 |
| Binary | 11111 | 110100 | 11111101 | 1011000 | 1001111 | 0 | 1 | 11101010 | 1100010 | 111000 |
Color Harmonies of #1F34FD
Complementary color
Monochromatic Colors of #1F34FD
Black with #1F34FD
Text Example
Text Example
White with #1F34FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F34FD; }
p { color: rgb(31,52,253); }
H1.HeaderClassName
{
color: #1F34FD;
}
.AnyTagClassName
{
color: #1F34FD;
}
</style>
background-color css
<style>
a { background-color: #1F34FD; }
a { background-color: rgb(31,52,253); }
div.DivClassName
{
background-color: #1F34FD;
}
.BgClassName
{
background-color: #1F34FD;
}
</style>
border-color css
<style>
span { border-color: #1F34FD; }
span { border-color: rgb(31,52,253); }
td.TdClassName
{
border-color: #1F34FD;
}
.TagClassName
{
border-color: #1F34FD;
}
</style>