Shades of Neon Blue #1940FE
Tints of Neon Blue #1940FE
RGB
CMYK
RGB Variations
Color information
#1940FE (or 0x1940FE) is known color: Neon Blue. HEX triplet: 19, 40 and FE. RGB value is (25,64,254). Sum of RGB (Red+Green+Blue) = 25+64+254=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 254 (99.61% from 255 or 74.05% from 343); Max value from RGB is 254 - color contains mainly: blue. Hex color #1940FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1940FE is #E6BF01. Grayscale: #494949. Windows color (decimal): -15122178 or 16662553. OLE color: 16662553.
HSL color Cylindrical-coordinate representation of color #1940FE: hue angle of 229.78º 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 #1940FE is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 64 | 254 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.00 |
| HSL | 229.78º | 0.99% | 0.55% | - |
| HSV(B) | 229.78º | 0.9% | 1% | - |
| XYZ | 20.12 | 11.03 | 94.83 | - |
| YUV | 74 | 229.58 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 254 | 0.90 | 0.75 | 0 | 0.00 | 229.78 | 0.99 | 0.55 |
| Hex | 19 | 40 | FE | 5A | 4B | 0 | 0 | E6 | 63 | 37 |
| Octal | 31 | 100 | 376 | 132 | 113 | 0 | 0 | 346 | 143 | 67 |
| Binary | 11001 | 1000000 | 11111110 | 1011010 | 1001011 | 0 | 0 | 11100110 | 1100011 | 110111 |
Color Harmonies of #1940FE
Complementary color
Monochromatic Colors of #1940FE
Black with #1940FE
Text Example
Text Example
White with #1940FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1940FE; }
p { color: rgb(25,64,254); }
H1.HeaderClassName
{
color: #1940FE;
}
.AnyTagClassName
{
color: #1940FE;
}
</style>
background-color css
<style>
a { background-color: #1940FE; }
a { background-color: rgb(25,64,254); }
div.DivClassName
{
background-color: #1940FE;
}
.BgClassName
{
background-color: #1940FE;
}
</style>
border-color css
<style>
span { border-color: #1940FE; }
span { border-color: rgb(25,64,254); }
td.TdClassName
{
border-color: #1940FE;
}
.TagClassName
{
border-color: #1940FE;
}
</style>