Shades of Neon Blue #4844EA
Tints of Neon Blue #4844EA
RGB
CMYK
RGB Variations
Color information
#4844EA (or 0x4844EA) is known color: Neon Blue. HEX triplet: 48, 44 and EA. RGB value is (72,68,234). Sum of RGB (Red+Green+Blue) = 72+68+234=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #4844EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4844EA is #B7BB15. Grayscale: #575757. Windows color (decimal): -12040982 or 15352904. OLE color: 15352904.
HSL color Cylindrical-coordinate representation of color #4844EA: hue angle of 241.45º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4844EA is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 68 | 234 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.08 |
| HSL | 241.45º | 0.8% | 0.59% | - |
| HSV(B) | 241.45º | 0.71% | 0.92% | - |
| XYZ | 19.59 | 11.45 | 79.02 | - |
| YUV | 88.12 | 210.33 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 234 | 0.69 | 0.71 | 0 | 0.08 | 241.45 | 0.8 | 0.59 |
| Hex | 48 | 44 | EA | 45 | 47 | 0 | 8 | F1 | 50 | 3B |
| Octal | 110 | 104 | 352 | 105 | 107 | 0 | 10 | 361 | 120 | 73 |
| Binary | 1001000 | 1000100 | 11101010 | 1000101 | 1000111 | 0 | 1000 | 11110001 | 1010000 | 111011 |
Color Harmonies of #4844EA
Complementary color
Monochromatic Colors of #4844EA
Black with #4844EA
Text Example
Text Example
White with #4844EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4844EA; }
p { color: rgb(72,68,234); }
H1.HeaderClassName
{
color: #4844EA;
}
.AnyTagClassName
{
color: #4844EA;
}
</style>
background-color css
<style>
a { background-color: #4844EA; }
a { background-color: rgb(72,68,234); }
div.DivClassName
{
background-color: #4844EA;
}
.BgClassName
{
background-color: #4844EA;
}
</style>
border-color css
<style>
span { border-color: #4844EA; }
span { border-color: rgb(72,68,234); }
td.TdClassName
{
border-color: #4844EA;
}
.TagClassName
{
border-color: #4844EA;
}
</style>