Shades of Neon Blue #484EFE
Tints of Neon Blue #484EFE
RGB
CMYK
RGB Variations
Color information
#484EFE (or 0x484EFE) is known color: Neon Blue. HEX triplet: 48, 4E and FE. RGB value is (72,78,254). Sum of RGB (Red+Green+Blue) = 72+78+254=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #484EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484EFE is #B7B101. Grayscale: #5F5F5F. Windows color (decimal): -12038402 or 16666184. OLE color: 16666184.
HSL color Cylindrical-coordinate representation of color #484EFE: hue angle of 238.02º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #484EFE is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 78 | 254 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.00 |
| HSL | 238.02º | 0.99% | 0.64% | - |
| HSV(B) | 238.02º | 0.72% | 1% | - |
| XYZ | 23.29 | 13.98 | 95.24 | - |
| YUV | 96.27 | 217.01 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 254 | 0.72 | 0.69 | 0 | 0.00 | 238.02 | 0.99 | 0.64 |
| Hex | 48 | 4E | FE | 48 | 45 | 0 | 0 | EE | 63 | 40 |
| Octal | 110 | 116 | 376 | 110 | 105 | 0 | 0 | 356 | 143 | 100 |
| Binary | 1001000 | 1001110 | 11111110 | 1001000 | 1000101 | 0 | 0 | 11101110 | 1100011 | 1000000 |
Color Harmonies of #484EFE
Complementary color
Monochromatic Colors of #484EFE
Black with #484EFE
Text Example
Text Example
White with #484EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484EFE; }
p { color: rgb(72,78,254); }
H1.HeaderClassName
{
color: #484EFE;
}
.AnyTagClassName
{
color: #484EFE;
}
</style>
background-color css
<style>
a { background-color: #484EFE; }
a { background-color: rgb(72,78,254); }
div.DivClassName
{
background-color: #484EFE;
}
.BgClassName
{
background-color: #484EFE;
}
</style>
border-color css
<style>
span { border-color: #484EFE; }
span { border-color: rgb(72,78,254); }
td.TdClassName
{
border-color: #484EFE;
}
.TagClassName
{
border-color: #484EFE;
}
</style>