Shades of Neon Blue #2242FA
Tints of Neon Blue #2242FA
RGB
CMYK
RGB Variations
Color information
#2242FA (or 0x2242FA) is known color: Neon Blue. HEX triplet: 22, 42 and FA. RGB value is (34,66,250). Sum of RGB (Red+Green+Blue) = 34+66+250=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #2242FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2242FA is #DDBD05. Grayscale: #4C4C4C. Windows color (decimal): -14531846 or 16400930. OLE color: 16400930.
HSL color Cylindrical-coordinate representation of color #2242FA: hue angle of 231.11º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2242FA is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 66 | 250 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.02 |
| HSL | 231.11º | 0.96% | 0.56% | - |
| HSV(B) | 231.11º | 0.86% | 0.98% | - |
| XYZ | 19.86 | 11.14 | 91.55 | - |
| YUV | 77.41 | 225.4 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 250 | 0.86 | 0.74 | 0 | 0.02 | 231.11 | 0.96 | 0.56 |
| Hex | 22 | 42 | FA | 56 | 4A | 0 | 2 | E7 | 60 | 38 |
| Octal | 42 | 102 | 372 | 126 | 112 | 0 | 2 | 347 | 140 | 70 |
| Binary | 100010 | 1000010 | 11111010 | 1010110 | 1001010 | 0 | 10 | 11100111 | 1100000 | 111000 |
Color Harmonies of #2242FA
Complementary color
Monochromatic Colors of #2242FA
Black with #2242FA
Text Example
Text Example
White with #2242FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2242FA; }
p { color: rgb(34,66,250); }
H1.HeaderClassName
{
color: #2242FA;
}
.AnyTagClassName
{
color: #2242FA;
}
</style>
background-color css
<style>
a { background-color: #2242FA; }
a { background-color: rgb(34,66,250); }
div.DivClassName
{
background-color: #2242FA;
}
.BgClassName
{
background-color: #2242FA;
}
</style>
border-color css
<style>
span { border-color: #2242FA; }
span { border-color: rgb(34,66,250); }
td.TdClassName
{
border-color: #2242FA;
}
.TagClassName
{
border-color: #2242FA;
}
</style>