Shades of Neon Blue #1D38FC
Tints of Neon Blue #1D38FC
RGB
CMYK
RGB Variations
Color information
#1D38FC (or 0x1D38FC) is known color: Neon Blue. HEX triplet: 1D, 38 and FC. RGB value is (29,56,252). Sum of RGB (Red+Green+Blue) = 29+56+252=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D38FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D38FC is #E2C703. Grayscale: #454545. Windows color (decimal): -14862084 or 16529437. OLE color: 16529437.
HSL color Cylindrical-coordinate representation of color #1D38FC: hue angle of 232.74º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D38FC is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 56 | 252 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.01 |
| HSL | 232.74º | 0.97% | 0.55% | - |
| HSV(B) | 232.74º | 0.88% | 0.99% | - |
| XYZ | 19.49 | 10.12 | 93.02 | - |
| YUV | 70.27 | 230.55 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 56 | 252 | 0.88 | 0.78 | 0 | 0.01 | 232.74 | 0.97 | 0.55 |
| Hex | 1D | 38 | FC | 58 | 4E | 0 | 1 | E9 | 61 | 37 |
| Octal | 35 | 70 | 374 | 130 | 116 | 0 | 1 | 351 | 141 | 67 |
| Binary | 11101 | 111000 | 11111100 | 1011000 | 1001110 | 0 | 1 | 11101001 | 1100001 | 110111 |
Color Harmonies of #1D38FC
Complementary color
Monochromatic Colors of #1D38FC
Black with #1D38FC
Text Example
Text Example
White with #1D38FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D38FC; }
p { color: rgb(29,56,252); }
H1.HeaderClassName
{
color: #1D38FC;
}
.AnyTagClassName
{
color: #1D38FC;
}
</style>
background-color css
<style>
a { background-color: #1D38FC; }
a { background-color: rgb(29,56,252); }
div.DivClassName
{
background-color: #1D38FC;
}
.BgClassName
{
background-color: #1D38FC;
}
</style>
border-color css
<style>
span { border-color: #1D38FC; }
span { border-color: rgb(29,56,252); }
td.TdClassName
{
border-color: #1D38FC;
}
.TagClassName
{
border-color: #1D38FC;
}
</style>