Shades of Neon Blue #424BEB
Tints of Neon Blue #424BEB
RGB
CMYK
RGB Variations
Color information
#424BEB (or 0x424BEB) is known color: Neon Blue. HEX triplet: 42, 4B and EB. RGB value is (66,75,235). Sum of RGB (Red+Green+Blue) = 66+75+235=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #424BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424BEB is #BDB414. Grayscale: #595959. Windows color (decimal): -12432405 or 15420226. OLE color: 15420226.
HSL color Cylindrical-coordinate representation of color #424BEB: hue angle of 236.8º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #424BEB is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 75 | 235 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.08 |
| HSL | 236.8º | 0.81% | 0.59% | - |
| HSV(B) | 236.8º | 0.72% | 0.92% | - |
| XYZ | 19.76 | 12.19 | 79.91 | - |
| YUV | 90.55 | 209.52 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 235 | 0.72 | 0.68 | 0 | 0.08 | 236.8 | 0.81 | 0.59 |
| Hex | 42 | 4B | EB | 48 | 44 | 0 | 8 | ED | 51 | 3B |
| Octal | 102 | 113 | 353 | 110 | 104 | 0 | 10 | 355 | 121 | 73 |
| Binary | 1000010 | 1001011 | 11101011 | 1001000 | 1000100 | 0 | 1000 | 11101101 | 1010001 | 111011 |
Color Harmonies of #424BEB
Complementary color
Monochromatic Colors of #424BEB
Black with #424BEB
Text Example
Text Example
White with #424BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424BEB; }
p { color: rgb(66,75,235); }
H1.HeaderClassName
{
color: #424BEB;
}
.AnyTagClassName
{
color: #424BEB;
}
</style>
background-color css
<style>
a { background-color: #424BEB; }
a { background-color: rgb(66,75,235); }
div.DivClassName
{
background-color: #424BEB;
}
.BgClassName
{
background-color: #424BEB;
}
</style>
border-color css
<style>
span { border-color: #424BEB; }
span { border-color: rgb(66,75,235); }
td.TdClassName
{
border-color: #424BEB;
}
.TagClassName
{
border-color: #424BEB;
}
</style>