Shades of Neon Blue #4648E6
Tints of Neon Blue #4648E6
RGB
CMYK
RGB Variations
Color information
#4648E6 (or 0x4648E6) is known color: Neon Blue. HEX triplet: 46, 48 and E6. RGB value is (70,72,230). Sum of RGB (Red+Green+Blue) = 70+72+230=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 230 (90.23% from 255 or 61.83% from 372); Max value from RGB is 230 - color contains mainly: blue. Hex color #4648E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4648E6 is #B9B719. Grayscale: #585858. Windows color (decimal): -12171034 or 15091782. OLE color: 15091782.
HSL color Cylindrical-coordinate representation of color #4648E6: hue angle of 239.25º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4648E6 is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 72 | 230 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.10 |
| HSL | 239.25º | 0.76% | 0.59% | - |
| HSV(B) | 239.25º | 0.7% | 0.9% | - |
| XYZ | 19.13 | 11.65 | 76.1 | - |
| YUV | 89.41 | 207.34 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 230 | 0.70 | 0.69 | 0 | 0.10 | 239.25 | 0.76 | 0.59 |
| Hex | 46 | 48 | E6 | 46 | 45 | 0 | A | EF | 4C | 3B |
| Octal | 106 | 110 | 346 | 106 | 105 | 0 | 12 | 357 | 114 | 73 |
| Binary | 1000110 | 1001000 | 11100110 | 1000110 | 1000101 | 0 | 1010 | 11101111 | 1001100 | 111011 |
Color Harmonies of #4648E6
Complementary color
Monochromatic Colors of #4648E6
Black with #4648E6
Text Example
Text Example
White with #4648E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4648E6; }
p { color: rgb(70,72,230); }
H1.HeaderClassName
{
color: #4648E6;
}
.AnyTagClassName
{
color: #4648E6;
}
</style>
background-color css
<style>
a { background-color: #4648E6; }
a { background-color: rgb(70,72,230); }
div.DivClassName
{
background-color: #4648E6;
}
.BgClassName
{
background-color: #4648E6;
}
</style>
border-color css
<style>
span { border-color: #4648E6; }
span { border-color: rgb(70,72,230); }
td.TdClassName
{
border-color: #4648E6;
}
.TagClassName
{
border-color: #4648E6;
}
</style>