Shades of Neon Blue #4A42F9
Tints of Neon Blue #4A42F9
RGB
CMYK
RGB Variations
Color information
#4A42F9 (or 0x4A42F9) is known color: Neon Blue. HEX triplet: 4A, 42 and F9. RGB value is (74,66,249). Sum of RGB (Red+Green+Blue) = 74+66+249=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 249 (97.66% from 255 or 64.01% from 389); Max value from RGB is 249 - color contains mainly: blue. Hex color #4A42F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A42F9 is #B5BD06. Grayscale: #585858. Windows color (decimal): -11910407 or 16335434. OLE color: 16335434.
HSL color Cylindrical-coordinate representation of color #4A42F9: hue angle of 242.62º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A42F9 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 66 | 249 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.02 |
| HSL | 242.62º | 0.94% | 0.62% | - |
| HSV(B) | 242.62º | 0.73% | 0.98% | - |
| XYZ | 21.87 | 12.19 | 90.82 | - |
| YUV | 89.25 | 218.15 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 249 | 0.70 | 0.73 | 0 | 0.02 | 242.62 | 0.94 | 0.62 |
| Hex | 4A | 42 | F9 | 46 | 49 | 0 | 2 | F3 | 5E | 3E |
| Octal | 112 | 102 | 371 | 106 | 111 | 0 | 2 | 363 | 136 | 76 |
| Binary | 1001010 | 1000010 | 11111001 | 1000110 | 1001001 | 0 | 10 | 11110011 | 1011110 | 111110 |
Color Harmonies of #4A42F9
Complementary color
Monochromatic Colors of #4A42F9
Black with #4A42F9
Text Example
Text Example
White with #4A42F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A42F9; }
p { color: rgb(74,66,249); }
H1.HeaderClassName
{
color: #4A42F9;
}
.AnyTagClassName
{
color: #4A42F9;
}
</style>
background-color css
<style>
a { background-color: #4A42F9; }
a { background-color: rgb(74,66,249); }
div.DivClassName
{
background-color: #4A42F9;
}
.BgClassName
{
background-color: #4A42F9;
}
</style>
border-color css
<style>
span { border-color: #4A42F9; }
span { border-color: rgb(74,66,249); }
td.TdClassName
{
border-color: #4A42F9;
}
.TagClassName
{
border-color: #4A42F9;
}
</style>