Shades of Neon Blue #484EF0
Tints of Neon Blue #484EF0
RGB
CMYK
RGB Variations
Color information
#484EF0 (or 0x484EF0) is known color: Neon Blue. HEX triplet: 48, 4E and F0. RGB value is (72,78,240). Sum of RGB (Red+Green+Blue) = 72+78+240=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 240 (94.14% from 255 or 61.54% from 390); Max value from RGB is 240 - color contains mainly: blue. Hex color #484EF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484EF0 is #B7B10F. Grayscale: #5E5E5E. Windows color (decimal): -12038416 or 15748680. OLE color: 15748680.
HSL color Cylindrical-coordinate representation of color #484EF0: hue angle of 237.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #484EF0 is Cyan = 0.7, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 78 | 240 | - |
| CMYK | 0.7 | 0.68 | 0 | 0.06 |
| HSL | 237.86º | 0.85% | 0.61% | - |
| HSV(B) | 237.86º | 0.7% | 0.94% | - |
| XYZ | 21.13 | 13.12 | 83.86 | - |
| YUV | 94.67 | 210.01 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 240 | 0.7 | 0.68 | 0 | 0.06 | 237.86 | 0.85 | 0.61 |
| Hex | 48 | 4E | F0 | 46 | 44 | 0 | 6 | EE | 55 | 3D |
| Octal | 110 | 116 | 360 | 106 | 104 | 0 | 6 | 356 | 125 | 75 |
| Binary | 1001000 | 1001110 | 11110000 | 1000110 | 1000100 | 0 | 110 | 11101110 | 1010101 | 111101 |
Color Harmonies of #484EF0
Complementary color
Monochromatic Colors of #484EF0
Black with #484EF0
Text Example
Text Example
White with #484EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484EF0; }
p { color: rgb(72,78,240); }
H1.HeaderClassName
{
color: #484EF0;
}
.AnyTagClassName
{
color: #484EF0;
}
</style>
background-color css
<style>
a { background-color: #484EF0; }
a { background-color: rgb(72,78,240); }
div.DivClassName
{
background-color: #484EF0;
}
.BgClassName
{
background-color: #484EF0;
}
</style>
border-color css
<style>
span { border-color: #484EF0; }
span { border-color: rgb(72,78,240); }
td.TdClassName
{
border-color: #484EF0;
}
.TagClassName
{
border-color: #484EF0;
}
</style>