Shades of Neon Blue #424BEF
Tints of Neon Blue #424BEF
RGB
CMYK
RGB Variations
Color information
#424BEF (or 0x424BEF) is known color: Neon Blue. HEX triplet: 42, 4B and EF. RGB value is (66,75,239). Sum of RGB (Red+Green+Blue) = 66+75+239=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #424BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424BEF is #BDB410. Grayscale: #5A5A5A. Windows color (decimal): -12432401 or 15682370. OLE color: 15682370.
HSL color Cylindrical-coordinate representation of color #424BEF: hue angle of 236.88º 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 #424BEF is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 75 | 239 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.06 |
| HSL | 236.88º | 0.84% | 0.6% | - |
| HSV(B) | 236.88º | 0.72% | 0.94% | - |
| XYZ | 20.34 | 12.42 | 82.99 | - |
| YUV | 91.01 | 211.52 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 239 | 0.72 | 0.69 | 0 | 0.06 | 236.88 | 0.84 | 0.6 |
| Hex | 42 | 4B | EF | 48 | 45 | 0 | 6 | ED | 54 | 3C |
| Octal | 102 | 113 | 357 | 110 | 105 | 0 | 6 | 355 | 124 | 74 |
| Binary | 1000010 | 1001011 | 11101111 | 1001000 | 1000101 | 0 | 110 | 11101101 | 1010100 | 111100 |
Color Harmonies of #424BEF
Complementary color
Monochromatic Colors of #424BEF
Black with #424BEF
Text Example
Text Example
White with #424BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424BEF; }
p { color: rgb(66,75,239); }
H1.HeaderClassName
{
color: #424BEF;
}
.AnyTagClassName
{
color: #424BEF;
}
</style>
background-color css
<style>
a { background-color: #424BEF; }
a { background-color: rgb(66,75,239); }
div.DivClassName
{
background-color: #424BEF;
}
.BgClassName
{
background-color: #424BEF;
}
</style>
border-color css
<style>
span { border-color: #424BEF; }
span { border-color: rgb(66,75,239); }
td.TdClassName
{
border-color: #424BEF;
}
.TagClassName
{
border-color: #424BEF;
}
</style>