Shades of Neon Blue #484CE1
Tints of Neon Blue #484CE1
RGB
CMYK
RGB Variations
Color information
#484CE1 (or 0x484CE1) is known color: Neon Blue. HEX triplet: 48, 4C and E1. RGB value is (72,76,225). Sum of RGB (Red+Green+Blue) = 72+76+225=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #484CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CE1 is #B7B31E. Grayscale: #5B5B5B. Windows color (decimal): -12038943 or 14765128. OLE color: 14765128.
HSL color Cylindrical-coordinate representation of color #484CE1: hue angle of 238.43º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484CE1 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 76 | 225 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.12 |
| HSL | 238.43º | 0.72% | 0.58% | - |
| HSV(B) | 238.43º | 0.68% | 0.88% | - |
| XYZ | 18.85 | 11.98 | 72.55 | - |
| YUV | 91.79 | 203.17 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 225 | 0.68 | 0.66 | 0 | 0.12 | 238.43 | 0.72 | 0.58 |
| Hex | 48 | 4C | E1 | 44 | 42 | 0 | C | EE | 48 | 3A |
| Octal | 110 | 114 | 341 | 104 | 102 | 0 | 14 | 356 | 110 | 72 |
| Binary | 1001000 | 1001100 | 11100001 | 1000100 | 1000010 | 0 | 1100 | 11101110 | 1001000 | 111010 |
Color Harmonies of #484CE1
Complementary color
Monochromatic Colors of #484CE1
Black with #484CE1
Text Example
Text Example
White with #484CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484CE1; }
p { color: rgb(72,76,225); }
H1.HeaderClassName
{
color: #484CE1;
}
.AnyTagClassName
{
color: #484CE1;
}
</style>
background-color css
<style>
a { background-color: #484CE1; }
a { background-color: rgb(72,76,225); }
div.DivClassName
{
background-color: #484CE1;
}
.BgClassName
{
background-color: #484CE1;
}
</style>
border-color css
<style>
span { border-color: #484CE1; }
span { border-color: rgb(72,76,225); }
td.TdClassName
{
border-color: #484CE1;
}
.TagClassName
{
border-color: #484CE1;
}
</style>