Shades of Neon Blue #1941FD
Tints of Neon Blue #1941FD
RGB
CMYK
RGB Variations
Color information
#1941FD (or 0x1941FD) is known color: Neon Blue. HEX triplet: 19, 41 and FD. RGB value is (25,65,253). Sum of RGB (Red+Green+Blue) = 25+65+253=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #1941FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1941FD is #E6BE02. Grayscale: #494949. Windows color (decimal): -15121923 or 16597273. OLE color: 16597273.
HSL color Cylindrical-coordinate representation of color #1941FD: hue angle of 229.47º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1941FD is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 65 | 253 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.01 |
| HSL | 229.47º | 0.98% | 0.55% | - |
| HSV(B) | 229.47º | 0.9% | 0.99% | - |
| XYZ | 20.02 | 11.08 | 94.01 | - |
| YUV | 74.47 | 228.75 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 253 | 0.90 | 0.74 | 0 | 0.01 | 229.47 | 0.98 | 0.55 |
| Hex | 19 | 41 | FD | 5A | 4A | 0 | 1 | E5 | 62 | 37 |
| Octal | 31 | 101 | 375 | 132 | 112 | 0 | 1 | 345 | 142 | 67 |
| Binary | 11001 | 1000001 | 11111101 | 1011010 | 1001010 | 0 | 1 | 11100101 | 1100010 | 110111 |
Color Harmonies of #1941FD
Complementary color
Monochromatic Colors of #1941FD
Black with #1941FD
Text Example
Text Example
White with #1941FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1941FD; }
p { color: rgb(25,65,253); }
H1.HeaderClassName
{
color: #1941FD;
}
.AnyTagClassName
{
color: #1941FD;
}
</style>
background-color css
<style>
a { background-color: #1941FD; }
a { background-color: rgb(25,65,253); }
div.DivClassName
{
background-color: #1941FD;
}
.BgClassName
{
background-color: #1941FD;
}
</style>
border-color css
<style>
span { border-color: #1941FD; }
span { border-color: rgb(25,65,253); }
td.TdClassName
{
border-color: #1941FD;
}
.TagClassName
{
border-color: #1941FD;
}
</style>