Shades of Neon Blue #424AEF
Tints of Neon Blue #424AEF
RGB
CMYK
RGB Variations
Color information
#424AEF (or 0x424AEF) is known color: Neon Blue. HEX triplet: 42, 4A and EF. RGB value is (66,74,239). Sum of RGB (Red+Green+Blue) = 66+74+239=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #424AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424AEF is #BDB510. Grayscale: #595959. Windows color (decimal): -12432657 or 15682114. OLE color: 15682114.
HSL color Cylindrical-coordinate representation of color #424AEF: hue angle of 237.23º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #424AEF is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 74 | 239 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.06 |
| HSL | 237.23º | 0.84% | 0.6% | - |
| HSV(B) | 237.23º | 0.72% | 0.94% | - |
| XYZ | 20.28 | 12.29 | 82.96 | - |
| YUV | 90.42 | 211.85 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 239 | 0.72 | 0.69 | 0 | 0.06 | 237.23 | 0.84 | 0.6 |
| Hex | 42 | 4A | EF | 48 | 45 | 0 | 6 | ED | 54 | 3C |
| Octal | 102 | 112 | 357 | 110 | 105 | 0 | 6 | 355 | 124 | 74 |
| Binary | 1000010 | 1001010 | 11101111 | 1001000 | 1000101 | 0 | 110 | 11101101 | 1010100 | 111100 |
Color Harmonies of #424AEF
Complementary color
Monochromatic Colors of #424AEF
Black with #424AEF
Text Example
Text Example
White with #424AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424AEF; }
p { color: rgb(66,74,239); }
H1.HeaderClassName
{
color: #424AEF;
}
.AnyTagClassName
{
color: #424AEF;
}
</style>
background-color css
<style>
a { background-color: #424AEF; }
a { background-color: rgb(66,74,239); }
div.DivClassName
{
background-color: #424AEF;
}
.BgClassName
{
background-color: #424AEF;
}
</style>
border-color css
<style>
span { border-color: #424AEF; }
span { border-color: rgb(66,74,239); }
td.TdClassName
{
border-color: #424AEF;
}
.TagClassName
{
border-color: #424AEF;
}
</style>