Shades of Neon Blue #1D4BFA
Tints of Neon Blue #1D4BFA
RGB
CMYK
RGB Variations
Color information
#1D4BFA (or 0x1D4BFA) is known color: Neon Blue. HEX triplet: 1D, 4B and FA. RGB value is (29,75,250). Sum of RGB (Red+Green+Blue) = 29+75+250=354 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.19% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D4BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D4BFA is #E2B405. Grayscale: #505050. Windows color (decimal): -14857222 or 16403229. OLE color: 16403229.
HSL color Cylindrical-coordinate representation of color #1D4BFA: hue angle of 227.51º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D4BFA is Cyan = 0.88, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 75 | 250 | - |
| CMYK | 0.88 | 0.7 | 0 | 0.02 |
| HSL | 227.51º | 0.96% | 0.55% | - |
| HSV(B) | 227.51º | 0.88% | 0.98% | - |
| XYZ | 20.28 | 12.2 | 91.73 | - |
| YUV | 81.2 | 223.26 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 250 | 0.88 | 0.7 | 0 | 0.02 | 227.51 | 0.96 | 0.55 |
| Hex | 1D | 4B | FA | 58 | 46 | 0 | 2 | E4 | 60 | 37 |
| Octal | 35 | 113 | 372 | 130 | 106 | 0 | 2 | 344 | 140 | 67 |
| Binary | 11101 | 1001011 | 11111010 | 1011000 | 1000110 | 0 | 10 | 11100100 | 1100000 | 110111 |
Color Harmonies of #1D4BFA
Complementary color
Monochromatic Colors of #1D4BFA
Black with #1D4BFA
Text Example
Text Example
White with #1D4BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4BFA; }
p { color: rgb(29,75,250); }
H1.HeaderClassName
{
color: #1D4BFA;
}
.AnyTagClassName
{
color: #1D4BFA;
}
</style>
background-color css
<style>
a { background-color: #1D4BFA; }
a { background-color: rgb(29,75,250); }
div.DivClassName
{
background-color: #1D4BFA;
}
.BgClassName
{
background-color: #1D4BFA;
}
</style>
border-color css
<style>
span { border-color: #1D4BFA; }
span { border-color: rgb(29,75,250); }
td.TdClassName
{
border-color: #1D4BFA;
}
.TagClassName
{
border-color: #1D4BFA;
}
</style>