Shades of Neon Blue #484FFE
Tints of Neon Blue #484FFE
RGB
CMYK
RGB Variations
Color information
#484FFE (or 0x484FFE) is known color: Neon Blue. HEX triplet: 48, 4F and FE. RGB value is (72,79,254). Sum of RGB (Red+Green+Blue) = 72+79+254=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #484FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484FFE is #B7B001. Grayscale: #606060. Windows color (decimal): -12038146 or 16666440. OLE color: 16666440.
HSL color Cylindrical-coordinate representation of color #484FFE: hue angle of 237.69º 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 #484FFE is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 79 | 254 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.00 |
| HSL | 237.69º | 0.99% | 0.64% | - |
| HSV(B) | 237.69º | 0.72% | 1% | - |
| XYZ | 23.36 | 14.13 | 95.26 | - |
| YUV | 96.86 | 216.68 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 254 | 0.72 | 0.69 | 0 | 0.00 | 237.69 | 0.99 | 0.64 |
| Hex | 48 | 4F | FE | 48 | 45 | 0 | 0 | EE | 63 | 40 |
| Octal | 110 | 117 | 376 | 110 | 105 | 0 | 0 | 356 | 143 | 100 |
| Binary | 1001000 | 1001111 | 11111110 | 1001000 | 1000101 | 0 | 0 | 11101110 | 1100011 | 1000000 |
Color Harmonies of #484FFE
Complementary color
Monochromatic Colors of #484FFE
Black with #484FFE
Text Example
Text Example
White with #484FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484FFE; }
p { color: rgb(72,79,254); }
H1.HeaderClassName
{
color: #484FFE;
}
.AnyTagClassName
{
color: #484FFE;
}
</style>
background-color css
<style>
a { background-color: #484FFE; }
a { background-color: rgb(72,79,254); }
div.DivClassName
{
background-color: #484FFE;
}
.BgClassName
{
background-color: #484FFE;
}
</style>
border-color css
<style>
span { border-color: #484FFE; }
span { border-color: rgb(72,79,254); }
td.TdClassName
{
border-color: #484FFE;
}
.TagClassName
{
border-color: #484FFE;
}
</style>