Shades of Neon Blue #1642FA
Tints of Neon Blue #1642FA
RGB
CMYK
RGB Variations
Color information
#1642FA (or 0x1642FA) is known color: Neon Blue. HEX triplet: 16, 42 and FA. RGB value is (22,66,250). Sum of RGB (Red+Green+Blue) = 22+66+250=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #1642FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1642FA is #E9BD05. Grayscale: #494949. Windows color (decimal): -15318278 or 16400918. OLE color: 16400918.
HSL color Cylindrical-coordinate representation of color #1642FA: hue angle of 228.42º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1642FA is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 66 | 250 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.02 |
| HSL | 228.42º | 0.96% | 0.53% | - |
| HSV(B) | 228.42º | 0.91% | 0.98% | - |
| XYZ | 19.53 | 10.97 | 91.53 | - |
| YUV | 73.82 | 227.42 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 250 | 0.91 | 0.74 | 0 | 0.02 | 228.42 | 0.96 | 0.53 |
| Hex | 16 | 42 | FA | 5B | 4A | 0 | 2 | E4 | 60 | 35 |
| Octal | 26 | 102 | 372 | 133 | 112 | 0 | 2 | 344 | 140 | 65 |
| Binary | 10110 | 1000010 | 11111010 | 1011011 | 1001010 | 0 | 10 | 11100100 | 1100000 | 110101 |
Color Harmonies of #1642FA
Complementary color
Monochromatic Colors of #1642FA
Black with #1642FA
Text Example
Text Example
White with #1642FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1642FA; }
p { color: rgb(22,66,250); }
H1.HeaderClassName
{
color: #1642FA;
}
.AnyTagClassName
{
color: #1642FA;
}
</style>
background-color css
<style>
a { background-color: #1642FA; }
a { background-color: rgb(22,66,250); }
div.DivClassName
{
background-color: #1642FA;
}
.BgClassName
{
background-color: #1642FA;
}
</style>
border-color css
<style>
span { border-color: #1642FA; }
span { border-color: rgb(22,66,250); }
td.TdClassName
{
border-color: #1642FA;
}
.TagClassName
{
border-color: #1642FA;
}
</style>