Shades of Neon Blue #4843EC
Tints of Neon Blue #4843EC
RGB
CMYK
RGB Variations
Color information
#4843EC (or 0x4843EC) is known color: Neon Blue. HEX triplet: 48, 43 and EC. RGB value is (72,67,236). Sum of RGB (Red+Green+Blue) = 72+67+236=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #4843EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4843EC is #B7BC13. Grayscale: #575757. Windows color (decimal): -12041236 or 15483720. OLE color: 15483720.
HSL color Cylindrical-coordinate representation of color #4843EC: hue angle of 241.78º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4843EC is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 67 | 236 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.07 |
| HSL | 241.78º | 0.82% | 0.59% | - |
| HSV(B) | 241.78º | 0.72% | 0.93% | - |
| XYZ | 19.82 | 11.45 | 80.52 | - |
| YUV | 87.76 | 211.66 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 236 | 0.69 | 0.72 | 0 | 0.07 | 241.78 | 0.82 | 0.59 |
| Hex | 48 | 43 | EC | 45 | 48 | 0 | 7 | F2 | 52 | 3B |
| Octal | 110 | 103 | 354 | 105 | 110 | 0 | 7 | 362 | 122 | 73 |
| Binary | 1001000 | 1000011 | 11101100 | 1000101 | 1001000 | 0 | 111 | 11110010 | 1010010 | 111011 |
Color Harmonies of #4843EC
Complementary color
Monochromatic Colors of #4843EC
Black with #4843EC
Text Example
Text Example
White with #4843EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4843EC; }
p { color: rgb(72,67,236); }
H1.HeaderClassName
{
color: #4843EC;
}
.AnyTagClassName
{
color: #4843EC;
}
</style>
background-color css
<style>
a { background-color: #4843EC; }
a { background-color: rgb(72,67,236); }
div.DivClassName
{
background-color: #4843EC;
}
.BgClassName
{
background-color: #4843EC;
}
</style>
border-color css
<style>
span { border-color: #4843EC; }
span { border-color: rgb(72,67,236); }
td.TdClassName
{
border-color: #4843EC;
}
.TagClassName
{
border-color: #4843EC;
}
</style>