Shades of Neon Blue #1D35F8
Tints of Neon Blue #1D35F8
RGB
CMYK
RGB Variations
Color information
#1D35F8 (or 0x1D35F8) is known color: Neon Blue. HEX triplet: 1D, 35 and F8. RGB value is (29,53,248). Sum of RGB (Red+Green+Blue) = 29+53+248=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 248 (97.27% from 255 or 75.15% from 330); Max value from RGB is 248 - color contains mainly: blue. Hex color #1D35F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D35F8 is #E2CA07. Grayscale: #434343. Windows color (decimal): -14862856 or 16266525. OLE color: 16266525.
HSL color Cylindrical-coordinate representation of color #1D35F8: hue angle of 233.42º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D35F8 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 53 | 248 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.03 |
| HSL | 233.42º | 0.94% | 0.54% | - |
| HSV(B) | 233.42º | 0.88% | 0.97% | - |
| XYZ | 18.72 | 9.58 | 89.67 | - |
| YUV | 68.05 | 229.55 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 248 | 0.88 | 0.79 | 0 | 0.03 | 233.42 | 0.94 | 0.54 |
| Hex | 1D | 35 | F8 | 58 | 4F | 0 | 3 | E9 | 5E | 36 |
| Octal | 35 | 65 | 370 | 130 | 117 | 0 | 3 | 351 | 136 | 66 |
| Binary | 11101 | 110101 | 11111000 | 1011000 | 1001111 | 0 | 11 | 11101001 | 1011110 | 110110 |
Color Harmonies of #1D35F8
Complementary color
Monochromatic Colors of #1D35F8
Black with #1D35F8
Text Example
Text Example
White with #1D35F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D35F8; }
p { color: rgb(29,53,248); }
H1.HeaderClassName
{
color: #1D35F8;
}
.AnyTagClassName
{
color: #1D35F8;
}
</style>
background-color css
<style>
a { background-color: #1D35F8; }
a { background-color: rgb(29,53,248); }
div.DivClassName
{
background-color: #1D35F8;
}
.BgClassName
{
background-color: #1D35F8;
}
</style>
border-color css
<style>
span { border-color: #1D35F8; }
span { border-color: rgb(29,53,248); }
td.TdClassName
{
border-color: #1D35F8;
}
.TagClassName
{
border-color: #1D35F8;
}
</style>