Shades of Neon Blue #1936FF
Tints of Neon Blue #1936FF
RGB
CMYK
RGB Variations
Color information
#1936FF (or 0x1936FF) is known color: Neon Blue. HEX triplet: 19, 36 and FF. RGB value is (25,54,255). Sum of RGB (Red+Green+Blue) = 25+54+255=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #1936FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1936FF is #E6C900. Grayscale: #434343. Windows color (decimal): -15124737 or 16725529. OLE color: 16725529.
HSL color Cylindrical-coordinate representation of color #1936FF: hue angle of 232.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1936FF is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 54 | 255 | - |
| CMYK | 0.90 | 0.79 | 0 | 0 |
| HSL | 232.43º | 1% | 0.55% | - |
| HSV(B) | 232.43º | 0.9% | 1% | - |
| XYZ | 19.77 | 10.07 | 95.51 | - |
| YUV | 68.24 | 233.39 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 255 | 0.90 | 0.79 | 0 | 0 | 232.43 | 1 | 0.55 |
| Hex | 19 | 36 | FF | 5A | 4F | 0 | 0 | E8 | 64 | 37 |
| Octal | 31 | 66 | 377 | 132 | 117 | 0 | 0 | 350 | 144 | 67 |
| Binary | 11001 | 110110 | 11111111 | 1011010 | 1001111 | 0 | 0 | 11101000 | 1100100 | 110111 |
Color Harmonies of #1936FF
Complementary color
Monochromatic Colors of #1936FF
Black with #1936FF
Text Example
Text Example
White with #1936FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1936FF; }
p { color: rgb(25,54,255); }
H1.HeaderClassName
{
color: #1936FF;
}
.AnyTagClassName
{
color: #1936FF;
}
</style>
background-color css
<style>
a { background-color: #1936FF; }
a { background-color: rgb(25,54,255); }
div.DivClassName
{
background-color: #1936FF;
}
.BgClassName
{
background-color: #1936FF;
}
</style>
border-color css
<style>
span { border-color: #1936FF; }
span { border-color: rgb(25,54,255); }
td.TdClassName
{
border-color: #1936FF;
}
.TagClassName
{
border-color: #1936FF;
}
</style>