Shades of Neon Blue #484CE6
Tints of Neon Blue #484CE6
RGB
CMYK
RGB Variations
Color information
#484CE6 (or 0x484CE6) is known color: Neon Blue. HEX triplet: 48, 4C and E6. RGB value is (72,76,230). Sum of RGB (Red+Green+Blue) = 72+76+230=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 230 (90.23% from 255 or 60.85% from 378); Max value from RGB is 230 - color contains mainly: blue. Hex color #484CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484CE6 is #B7B319. Grayscale: #5B5B5B. Windows color (decimal): -12038938 or 15092808. OLE color: 15092808.
HSL color Cylindrical-coordinate representation of color #484CE6: hue angle of 238.48º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #484CE6 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 76 | 230 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.10 |
| HSL | 238.48º | 0.76% | 0.59% | - |
| HSV(B) | 238.48º | 0.69% | 0.9% | - |
| XYZ | 19.54 | 12.26 | 76.2 | - |
| YUV | 92.36 | 205.67 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 230 | 0.69 | 0.67 | 0 | 0.10 | 238.48 | 0.76 | 0.59 |
| Hex | 48 | 4C | E6 | 45 | 43 | 0 | A | EE | 4C | 3B |
| Octal | 110 | 114 | 346 | 105 | 103 | 0 | 12 | 356 | 114 | 73 |
| Binary | 1001000 | 1001100 | 11100110 | 1000101 | 1000011 | 0 | 1010 | 11101110 | 1001100 | 111011 |
Color Harmonies of #484CE6
Complementary color
Monochromatic Colors of #484CE6
Black with #484CE6
Text Example
Text Example
White with #484CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484CE6; }
p { color: rgb(72,76,230); }
H1.HeaderClassName
{
color: #484CE6;
}
.AnyTagClassName
{
color: #484CE6;
}
</style>
background-color css
<style>
a { background-color: #484CE6; }
a { background-color: rgb(72,76,230); }
div.DivClassName
{
background-color: #484CE6;
}
.BgClassName
{
background-color: #484CE6;
}
</style>
border-color css
<style>
span { border-color: #484CE6; }
span { border-color: rgb(72,76,230); }
td.TdClassName
{
border-color: #484CE6;
}
.TagClassName
{
border-color: #484CE6;
}
</style>