Shades of Neon Blue #4A42DD
Tints of Neon Blue #4A42DD
RGB
CMYK
RGB Variations
Color information
#4A42DD (or 0x4A42DD) is known color: Neon Blue. HEX triplet: 4A, 42 and DD. RGB value is (74,66,221). Sum of RGB (Red+Green+Blue) = 74+66+221=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A42DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A42DD is #B5BD22. Grayscale: #555555. Windows color (decimal): -11910435 or 14500426. OLE color: 14500426.
HSL color Cylindrical-coordinate representation of color #4A42DD: hue angle of 243.1º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A42DD is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 66 | 221 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.13 |
| HSL | 243.1º | 0.7% | 0.56% | - |
| HSV(B) | 243.1º | 0.7% | 0.87% | - |
| XYZ | 17.82 | 10.57 | 69.51 | - |
| YUV | 86.06 | 204.15 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 221 | 0.67 | 0.70 | 0 | 0.13 | 243.1 | 0.7 | 0.56 |
| Hex | 4A | 42 | DD | 43 | 46 | 0 | D | F3 | 46 | 38 |
| Octal | 112 | 102 | 335 | 103 | 106 | 0 | 15 | 363 | 106 | 70 |
| Binary | 1001010 | 1000010 | 11011101 | 1000011 | 1000110 | 0 | 1101 | 11110011 | 1000110 | 111000 |
Color Harmonies of #4A42DD
Complementary color
Monochromatic Colors of #4A42DD
Black with #4A42DD
Text Example
Text Example
White with #4A42DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A42DD; }
p { color: rgb(74,66,221); }
H1.HeaderClassName
{
color: #4A42DD;
}
.AnyTagClassName
{
color: #4A42DD;
}
</style>
background-color css
<style>
a { background-color: #4A42DD; }
a { background-color: rgb(74,66,221); }
div.DivClassName
{
background-color: #4A42DD;
}
.BgClassName
{
background-color: #4A42DD;
}
</style>
border-color css
<style>
span { border-color: #4A42DD; }
span { border-color: rgb(74,66,221); }
td.TdClassName
{
border-color: #4A42DD;
}
.TagClassName
{
border-color: #4A42DD;
}
</style>