Shades of Neon Blue #4842EF
Tints of Neon Blue #4842EF
RGB
CMYK
RGB Variations
Color information
#4842EF (or 0x4842EF) is known color: Neon Blue. HEX triplet: 48, 42 and EF. RGB value is (72,66,239). Sum of RGB (Red+Green+Blue) = 72+66+239=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #4842EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4842EF is #B7BD10. Grayscale: #565656. Windows color (decimal): -12041489 or 15680072. OLE color: 15680072.
HSL color Cylindrical-coordinate representation of color #4842EF: hue angle of 242.08º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4842EF is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 66 | 239 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.06 |
| HSL | 242.08º | 0.84% | 0.6% | - |
| HSV(B) | 242.08º | 0.72% | 0.94% | - |
| XYZ | 20.2 | 11.51 | 82.82 | - |
| YUV | 87.52 | 213.49 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 239 | 0.70 | 0.72 | 0 | 0.06 | 242.08 | 0.84 | 0.6 |
| Hex | 48 | 42 | EF | 46 | 48 | 0 | 6 | F2 | 54 | 3C |
| Octal | 110 | 102 | 357 | 106 | 110 | 0 | 6 | 362 | 124 | 74 |
| Binary | 1001000 | 1000010 | 11101111 | 1000110 | 1001000 | 0 | 110 | 11110010 | 1010100 | 111100 |
Color Harmonies of #4842EF
Complementary color
Monochromatic Colors of #4842EF
Black with #4842EF
Text Example
Text Example
White with #4842EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4842EF; }
p { color: rgb(72,66,239); }
H1.HeaderClassName
{
color: #4842EF;
}
.AnyTagClassName
{
color: #4842EF;
}
</style>
background-color css
<style>
a { background-color: #4842EF; }
a { background-color: rgb(72,66,239); }
div.DivClassName
{
background-color: #4842EF;
}
.BgClassName
{
background-color: #4842EF;
}
</style>
border-color css
<style>
span { border-color: #4842EF; }
span { border-color: rgb(72,66,239); }
td.TdClassName
{
border-color: #4842EF;
}
.TagClassName
{
border-color: #4842EF;
}
</style>