Shades of Neon Blue #484CEE
Tints of Neon Blue #484CEE
RGB
CMYK
RGB Variations
Color information
#484CEE (or 0x484CEE) is known color: Neon Blue. HEX triplet: 48, 4C and EE. RGB value is (72,76,238). Sum of RGB (Red+Green+Blue) = 72+76+238=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #484CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484CEE is #B7B311. Grayscale: #5C5C5C. Windows color (decimal): -12038930 or 15617096. OLE color: 15617096.
HSL color Cylindrical-coordinate representation of color #484CEE: hue angle of 238.55º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #484CEE is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 76 | 238 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.07 |
| HSL | 238.55º | 0.83% | 0.61% | - |
| HSV(B) | 238.55º | 0.7% | 0.93% | - |
| XYZ | 20.69 | 12.72 | 82.25 | - |
| YUV | 93.27 | 209.67 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 238 | 0.70 | 0.68 | 0 | 0.07 | 238.55 | 0.83 | 0.61 |
| Hex | 48 | 4C | EE | 46 | 44 | 0 | 7 | EF | 53 | 3D |
| Octal | 110 | 114 | 356 | 106 | 104 | 0 | 7 | 357 | 123 | 75 |
| Binary | 1001000 | 1001100 | 11101110 | 1000110 | 1000100 | 0 | 111 | 11101111 | 1010011 | 111101 |
Color Harmonies of #484CEE
Complementary color
Monochromatic Colors of #484CEE
Black with #484CEE
Text Example
Text Example
White with #484CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484CEE; }
p { color: rgb(72,76,238); }
H1.HeaderClassName
{
color: #484CEE;
}
.AnyTagClassName
{
color: #484CEE;
}
</style>
background-color css
<style>
a { background-color: #484CEE; }
a { background-color: rgb(72,76,238); }
div.DivClassName
{
background-color: #484CEE;
}
.BgClassName
{
background-color: #484CEE;
}
</style>
border-color css
<style>
span { border-color: #484CEE; }
span { border-color: rgb(72,76,238); }
td.TdClassName
{
border-color: #484CEE;
}
.TagClassName
{
border-color: #484CEE;
}
</style>