Shades of Neon Blue #1942FB
Tints of Neon Blue #1942FB
RGB
CMYK
RGB Variations
Color information
#1942FB (or 0x1942FB) is known color: Neon Blue. HEX triplet: 19, 42 and FB. RGB value is (25,66,251). Sum of RGB (Red+Green+Blue) = 25+66+251=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #1942FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1942FB is #E6BD04. Grayscale: #4A4A4A. Windows color (decimal): -15121669 or 16466457. OLE color: 16466457.
HSL color Cylindrical-coordinate representation of color #1942FB: hue angle of 229.12º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1942FB is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 66 | 251 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.02 |
| HSL | 229.12º | 0.97% | 0.54% | - |
| HSV(B) | 229.12º | 0.9% | 0.98% | - |
| XYZ | 19.76 | 11.07 | 92.36 | - |
| YUV | 74.83 | 227.42 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 251 | 0.90 | 0.74 | 0 | 0.02 | 229.12 | 0.97 | 0.54 |
| Hex | 19 | 42 | FB | 5A | 4A | 0 | 2 | E5 | 61 | 36 |
| Octal | 31 | 102 | 373 | 132 | 112 | 0 | 2 | 345 | 141 | 66 |
| Binary | 11001 | 1000010 | 11111011 | 1011010 | 1001010 | 0 | 10 | 11100101 | 1100001 | 110110 |
Color Harmonies of #1942FB
Complementary color
Monochromatic Colors of #1942FB
Black with #1942FB
Text Example
Text Example
White with #1942FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1942FB; }
p { color: rgb(25,66,251); }
H1.HeaderClassName
{
color: #1942FB;
}
.AnyTagClassName
{
color: #1942FB;
}
</style>
background-color css
<style>
a { background-color: #1942FB; }
a { background-color: rgb(25,66,251); }
div.DivClassName
{
background-color: #1942FB;
}
.BgClassName
{
background-color: #1942FB;
}
</style>
border-color css
<style>
span { border-color: #1942FB; }
span { border-color: rgb(25,66,251); }
td.TdClassName
{
border-color: #1942FB;
}
.TagClassName
{
border-color: #1942FB;
}
</style>