Shades of Neon Blue #1941FE
Tints of Neon Blue #1941FE
RGB
CMYK
RGB Variations
Color information
#1941FE (or 0x1941FE) is known color: Neon Blue. HEX triplet: 19, 41 and FE. RGB value is (25,65,254). Sum of RGB (Red+Green+Blue) = 25+65+254=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #1941FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1941FE is #E6BE01. Grayscale: #494949. Windows color (decimal): -15121922 or 16662809. OLE color: 16662809.
HSL color Cylindrical-coordinate representation of color #1941FE: hue angle of 229.52º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1941FE is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 65 | 254 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.00 |
| HSL | 229.52º | 0.99% | 0.55% | - |
| HSV(B) | 229.52º | 0.9% | 1% | - |
| XYZ | 20.18 | 11.14 | 94.85 | - |
| YUV | 74.59 | 229.25 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 254 | 0.90 | 0.74 | 0 | 0.00 | 229.52 | 0.99 | 0.55 |
| Hex | 19 | 41 | FE | 5A | 4A | 0 | 0 | E6 | 63 | 37 |
| Octal | 31 | 101 | 376 | 132 | 112 | 0 | 0 | 346 | 143 | 67 |
| Binary | 11001 | 1000001 | 11111110 | 1011010 | 1001010 | 0 | 0 | 11100110 | 1100011 | 110111 |
Color Harmonies of #1941FE
Complementary color
Monochromatic Colors of #1941FE
Black with #1941FE
Text Example
Text Example
White with #1941FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1941FE; }
p { color: rgb(25,65,254); }
H1.HeaderClassName
{
color: #1941FE;
}
.AnyTagClassName
{
color: #1941FE;
}
</style>
background-color css
<style>
a { background-color: #1941FE; }
a { background-color: rgb(25,65,254); }
div.DivClassName
{
background-color: #1941FE;
}
.BgClassName
{
background-color: #1941FE;
}
</style>
border-color css
<style>
span { border-color: #1941FE; }
span { border-color: rgb(25,65,254); }
td.TdClassName
{
border-color: #1941FE;
}
.TagClassName
{
border-color: #1941FE;
}
</style>