Shades of Neon Blue #1C38FF
Tints of Neon Blue #1C38FF
RGB
CMYK
RGB Variations
Color information
#1C38FF (or 0x1C38FF) is known color: Neon Blue. HEX triplet: 1C, 38 and FF. RGB value is (28,56,255). Sum of RGB (Red+Green+Blue) = 28+56+255=339 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.26% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C38FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C38FF is #E3C700. Grayscale: #454545. Windows color (decimal): -14927617 or 16726044. OLE color: 16726044.
HSL color Cylindrical-coordinate representation of color #1C38FF: hue angle of 232.6º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C38FF is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 56 | 255 | - |
| CMYK | 0.89 | 0.78 | 0 | 0 |
| HSL | 232.6º | 1% | 0.55% | - |
| HSV(B) | 232.6º | 0.89% | 1% | - |
| XYZ | 19.94 | 10.3 | 95.54 | - |
| YUV | 70.31 | 232.22 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 255 | 0.89 | 0.78 | 0 | 0 | 232.6 | 1 | 0.55 |
| Hex | 1C | 38 | FF | 59 | 4E | 0 | 0 | E9 | 64 | 37 |
| Octal | 34 | 70 | 377 | 131 | 116 | 0 | 0 | 351 | 144 | 67 |
| Binary | 11100 | 111000 | 11111111 | 1011001 | 1001110 | 0 | 0 | 11101001 | 1100100 | 110111 |
Color Harmonies of #1C38FF
Complementary color
Monochromatic Colors of #1C38FF
Black with #1C38FF
Text Example
Text Example
White with #1C38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C38FF; }
p { color: rgb(28,56,255); }
H1.HeaderClassName
{
color: #1C38FF;
}
.AnyTagClassName
{
color: #1C38FF;
}
</style>
background-color css
<style>
a { background-color: #1C38FF; }
a { background-color: rgb(28,56,255); }
div.DivClassName
{
background-color: #1C38FF;
}
.BgClassName
{
background-color: #1C38FF;
}
</style>
border-color css
<style>
span { border-color: #1C38FF; }
span { border-color: rgb(28,56,255); }
td.TdClassName
{
border-color: #1C38FF;
}
.TagClassName
{
border-color: #1C38FF;
}
</style>