Shades of Neon Blue #464BED
Tints of Neon Blue #464BED
RGB
CMYK
RGB Variations
Color information
#464BED (or 0x464BED) is known color: Neon Blue. HEX triplet: 46, 4B and ED. RGB value is (70,75,237). Sum of RGB (Red+Green+Blue) = 70+75+237=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #464BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464BED is #B9B412. Grayscale: #5B5B5B. Windows color (decimal): -12170259 or 15551302. OLE color: 15551302.
HSL color Cylindrical-coordinate representation of color #464BED: hue angle of 238.2º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #464BED is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 75 | 237 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.07 |
| HSL | 238.2º | 0.82% | 0.6% | - |
| HSV(B) | 238.2º | 0.7% | 0.93% | - |
| XYZ | 20.33 | 12.45 | 81.45 | - |
| YUV | 91.97 | 209.84 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 237 | 0.70 | 0.68 | 0 | 0.07 | 238.2 | 0.82 | 0.6 |
| Hex | 46 | 4B | ED | 46 | 44 | 0 | 7 | EE | 52 | 3C |
| Octal | 106 | 113 | 355 | 106 | 104 | 0 | 7 | 356 | 122 | 74 |
| Binary | 1000110 | 1001011 | 11101101 | 1000110 | 1000100 | 0 | 111 | 11101110 | 1010010 | 111100 |
Color Harmonies of #464BED
Complementary color
Monochromatic Colors of #464BED
Black with #464BED
Text Example
Text Example
White with #464BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464BED; }
p { color: rgb(70,75,237); }
H1.HeaderClassName
{
color: #464BED;
}
.AnyTagClassName
{
color: #464BED;
}
</style>
background-color css
<style>
a { background-color: #464BED; }
a { background-color: rgb(70,75,237); }
div.DivClassName
{
background-color: #464BED;
}
.BgClassName
{
background-color: #464BED;
}
</style>
border-color css
<style>
span { border-color: #464BED; }
span { border-color: rgb(70,75,237); }
td.TdClassName
{
border-color: #464BED;
}
.TagClassName
{
border-color: #464BED;
}
</style>