Shades of Neon Blue #484FE3
Tints of Neon Blue #484FE3
RGB
CMYK
RGB Variations
Color information
#484FE3 (or 0x484FE3) is known color: Neon Blue. HEX triplet: 48, 4F and E3. RGB value is (72,79,227). Sum of RGB (Red+Green+Blue) = 72+79+227=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 227 (89.06% from 255 or 60.05% from 378); Max value from RGB is 227 - color contains mainly: blue. Hex color #484FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484FE3 is #B7B01C. Grayscale: #5D5D5D. Windows color (decimal): -12038173 or 14896968. OLE color: 14896968.
HSL color Cylindrical-coordinate representation of color #484FE3: hue angle of 237.29º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484FE3 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 79 | 227 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.11 |
| HSL | 237.29º | 0.73% | 0.59% | - |
| HSV(B) | 237.29º | 0.68% | 0.89% | - |
| XYZ | 19.33 | 12.52 | 74.07 | - |
| YUV | 93.78 | 203.18 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 227 | 0.68 | 0.65 | 0 | 0.11 | 237.29 | 0.73 | 0.59 |
| Hex | 48 | 4F | E3 | 44 | 41 | 0 | B | ED | 49 | 3B |
| Octal | 110 | 117 | 343 | 104 | 101 | 0 | 13 | 355 | 111 | 73 |
| Binary | 1001000 | 1001111 | 11100011 | 1000100 | 1000001 | 0 | 1011 | 11101101 | 1001001 | 111011 |
Color Harmonies of #484FE3
Complementary color
Monochromatic Colors of #484FE3
Black with #484FE3
Text Example
Text Example
White with #484FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484FE3; }
p { color: rgb(72,79,227); }
H1.HeaderClassName
{
color: #484FE3;
}
.AnyTagClassName
{
color: #484FE3;
}
</style>
background-color css
<style>
a { background-color: #484FE3; }
a { background-color: rgb(72,79,227); }
div.DivClassName
{
background-color: #484FE3;
}
.BgClassName
{
background-color: #484FE3;
}
</style>
border-color css
<style>
span { border-color: #484FE3; }
span { border-color: rgb(72,79,227); }
td.TdClassName
{
border-color: #484FE3;
}
.TagClassName
{
border-color: #484FE3;
}
</style>