Shades of Neon Blue #424BED
Tints of Neon Blue #424BED
RGB
CMYK
RGB Variations
Color information
#424BED (or 0x424BED) is known color: Neon Blue. HEX triplet: 42, 4B and ED. RGB value is (66,75,237). Sum of RGB (Red+Green+Blue) = 66+75+237=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #424BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424BED is #BDB412. Grayscale: #5A5A5A. Windows color (decimal): -12432403 or 15551298. OLE color: 15551298.
HSL color Cylindrical-coordinate representation of color #424BED: hue angle of 236.84º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #424BED is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 75 | 237 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.07 |
| HSL | 236.84º | 0.83% | 0.59% | - |
| HSV(B) | 236.84º | 0.72% | 0.93% | - |
| XYZ | 20.05 | 12.3 | 81.44 | - |
| YUV | 90.78 | 210.52 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 237 | 0.72 | 0.68 | 0 | 0.07 | 236.84 | 0.83 | 0.59 |
| Hex | 42 | 4B | ED | 48 | 44 | 0 | 7 | ED | 53 | 3B |
| Octal | 102 | 113 | 355 | 110 | 104 | 0 | 7 | 355 | 123 | 73 |
| Binary | 1000010 | 1001011 | 11101101 | 1001000 | 1000100 | 0 | 111 | 11101101 | 1010011 | 111011 |
Color Harmonies of #424BED
Complementary color
Monochromatic Colors of #424BED
Black with #424BED
Text Example
Text Example
White with #424BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424BED; }
p { color: rgb(66,75,237); }
H1.HeaderClassName
{
color: #424BED;
}
.AnyTagClassName
{
color: #424BED;
}
</style>
background-color css
<style>
a { background-color: #424BED; }
a { background-color: rgb(66,75,237); }
div.DivClassName
{
background-color: #424BED;
}
.BgClassName
{
background-color: #424BED;
}
</style>
border-color css
<style>
span { border-color: #424BED; }
span { border-color: rgb(66,75,237); }
td.TdClassName
{
border-color: #424BED;
}
.TagClassName
{
border-color: #424BED;
}
</style>