Shades of Neon Blue #484BFE
Tints of Neon Blue #484BFE
RGB
CMYK
RGB Variations
Color information
#484BFE (or 0x484BFE) is known color: Neon Blue. HEX triplet: 48, 4B and FE. RGB value is (72,75,254). Sum of RGB (Red+Green+Blue) = 72+75+254=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #484BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484BFE is #B7B401. Grayscale: #5D5D5D. Windows color (decimal): -12039170 or 16665416. OLE color: 16665416.
HSL color Cylindrical-coordinate representation of color #484BFE: hue angle of 239.01º 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 #484BFE is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 75 | 254 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.00 |
| HSL | 239.01º | 0.99% | 0.64% | - |
| HSV(B) | 239.01º | 0.72% | 1% | - |
| XYZ | 23.08 | 13.57 | 95.17 | - |
| YUV | 94.51 | 218.01 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 254 | 0.72 | 0.70 | 0 | 0.00 | 239.01 | 0.99 | 0.64 |
| Hex | 48 | 4B | FE | 48 | 46 | 0 | 0 | EF | 63 | 40 |
| Octal | 110 | 113 | 376 | 110 | 106 | 0 | 0 | 357 | 143 | 100 |
| Binary | 1001000 | 1001011 | 11111110 | 1001000 | 1000110 | 0 | 0 | 11101111 | 1100011 | 1000000 |
Color Harmonies of #484BFE
Complementary color
Monochromatic Colors of #484BFE
Black with #484BFE
Text Example
Text Example
White with #484BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484BFE; }
p { color: rgb(72,75,254); }
H1.HeaderClassName
{
color: #484BFE;
}
.AnyTagClassName
{
color: #484BFE;
}
</style>
background-color css
<style>
a { background-color: #484BFE; }
a { background-color: rgb(72,75,254); }
div.DivClassName
{
background-color: #484BFE;
}
.BgClassName
{
background-color: #484BFE;
}
</style>
border-color css
<style>
span { border-color: #484BFE; }
span { border-color: rgb(72,75,254); }
td.TdClassName
{
border-color: #484BFE;
}
.TagClassName
{
border-color: #484BFE;
}
</style>