Shades of Neon Blue #4846EA
Tints of Neon Blue #4846EA
RGB
CMYK
RGB Variations
Color information
#4846EA (or 0x4846EA) is known color: Neon Blue. HEX triplet: 48, 46 and EA. RGB value is (72,70,234). Sum of RGB (Red+Green+Blue) = 72+70+234=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #4846EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4846EA is #B7B915. Grayscale: #585858. Windows color (decimal): -12040470 or 15353416. OLE color: 15353416.
HSL color Cylindrical-coordinate representation of color #4846EA: hue angle of 240.73º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4846EA is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 70 | 234 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.08 |
| HSL | 240.73º | 0.8% | 0.6% | - |
| HSV(B) | 240.73º | 0.7% | 0.92% | - |
| XYZ | 19.71 | 11.7 | 79.06 | - |
| YUV | 89.29 | 209.66 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 234 | 0.69 | 0.70 | 0 | 0.08 | 240.73 | 0.8 | 0.6 |
| Hex | 48 | 46 | EA | 45 | 46 | 0 | 8 | F1 | 50 | 3C |
| Octal | 110 | 106 | 352 | 105 | 106 | 0 | 10 | 361 | 120 | 74 |
| Binary | 1001000 | 1000110 | 11101010 | 1000101 | 1000110 | 0 | 1000 | 11110001 | 1010000 | 111100 |
Color Harmonies of #4846EA
Complementary color
Monochromatic Colors of #4846EA
Black with #4846EA
Text Example
Text Example
White with #4846EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4846EA; }
p { color: rgb(72,70,234); }
H1.HeaderClassName
{
color: #4846EA;
}
.AnyTagClassName
{
color: #4846EA;
}
</style>
background-color css
<style>
a { background-color: #4846EA; }
a { background-color: rgb(72,70,234); }
div.DivClassName
{
background-color: #4846EA;
}
.BgClassName
{
background-color: #4846EA;
}
</style>
border-color css
<style>
span { border-color: #4846EA; }
span { border-color: rgb(72,70,234); }
td.TdClassName
{
border-color: #4846EA;
}
.TagClassName
{
border-color: #4846EA;
}
</style>