Shades of Neon Blue #1941FF
Tints of Neon Blue #1941FF
RGB
CMYK
RGB Variations
Color information
#1941FF (or 0x1941FF) is known color: Neon Blue. HEX triplet: 19, 41 and FF. RGB value is (25,65,255). Sum of RGB (Red+Green+Blue) = 25+65+255=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #1941FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1941FF is #E6BE00. Grayscale: #494949. Windows color (decimal): -15121921 or 16728345. OLE color: 16728345.
HSL color Cylindrical-coordinate representation of color #1941FF: hue angle of 229.57º 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 #1941FF is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 65 | 255 | - |
| CMYK | 0.90 | 0.75 | 0 | 0 |
| HSL | 229.57º | 1% | 0.55% | - |
| HSV(B) | 229.57º | 0.9% | 1% | - |
| XYZ | 20.34 | 11.21 | 95.7 | - |
| YUV | 74.7 | 229.75 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 255 | 0.90 | 0.75 | 0 | 0 | 229.57 | 1 | 0.55 |
| Hex | 19 | 41 | FF | 5A | 4B | 0 | 0 | E6 | 64 | 37 |
| Octal | 31 | 101 | 377 | 132 | 113 | 0 | 0 | 346 | 144 | 67 |
| Binary | 11001 | 1000001 | 11111111 | 1011010 | 1001011 | 0 | 0 | 11100110 | 1100100 | 110111 |
Color Harmonies of #1941FF
Complementary color
Monochromatic Colors of #1941FF
Black with #1941FF
Text Example
Text Example
White with #1941FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1941FF; }
p { color: rgb(25,65,255); }
H1.HeaderClassName
{
color: #1941FF;
}
.AnyTagClassName
{
color: #1941FF;
}
</style>
background-color css
<style>
a { background-color: #1941FF; }
a { background-color: rgb(25,65,255); }
div.DivClassName
{
background-color: #1941FF;
}
.BgClassName
{
background-color: #1941FF;
}
</style>
border-color css
<style>
span { border-color: #1941FF; }
span { border-color: rgb(25,65,255); }
td.TdClassName
{
border-color: #1941FF;
}
.TagClassName
{
border-color: #1941FF;
}
</style>