Shades of Neon Blue #2242F9
Tints of Neon Blue #2242F9
RGB
CMYK
RGB Variations
Color information
#2242F9 (or 0x2242F9) is known color: Neon Blue. HEX triplet: 22, 42 and F9. RGB value is (34,66,249). Sum of RGB (Red+Green+Blue) = 34+66+249=349 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.74% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 249 (97.66% from 255 or 71.35% from 349); Max value from RGB is 249 - color contains mainly: blue. Hex color #2242F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2242F9 is #DDBD06. Grayscale: #4C4C4C. Windows color (decimal): -14531847 or 16335394. OLE color: 16335394.
HSL color Cylindrical-coordinate representation of color #2242F9: hue angle of 231.07º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2242F9 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 66 | 249 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.02 |
| HSL | 231.07º | 0.95% | 0.55% | - |
| HSV(B) | 231.07º | 0.86% | 0.98% | - |
| XYZ | 19.71 | 11.08 | 90.72 | - |
| YUV | 77.29 | 224.9 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 249 | 0.86 | 0.73 | 0 | 0.02 | 231.07 | 0.95 | 0.55 |
| Hex | 22 | 42 | F9 | 56 | 49 | 0 | 2 | E7 | 5F | 37 |
| Octal | 42 | 102 | 371 | 126 | 111 | 0 | 2 | 347 | 137 | 67 |
| Binary | 100010 | 1000010 | 11111001 | 1010110 | 1001001 | 0 | 10 | 11100111 | 1011111 | 110111 |
Color Harmonies of #2242F9
Complementary color
Monochromatic Colors of #2242F9
Black with #2242F9
Text Example
Text Example
White with #2242F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2242F9; }
p { color: rgb(34,66,249); }
H1.HeaderClassName
{
color: #2242F9;
}
.AnyTagClassName
{
color: #2242F9;
}
</style>
background-color css
<style>
a { background-color: #2242F9; }
a { background-color: rgb(34,66,249); }
div.DivClassName
{
background-color: #2242F9;
}
.BgClassName
{
background-color: #2242F9;
}
</style>
border-color css
<style>
span { border-color: #2242F9; }
span { border-color: rgb(34,66,249); }
td.TdClassName
{
border-color: #2242F9;
}
.TagClassName
{
border-color: #2242F9;
}
</style>