Shades of Neon Blue #484CFF
Tints of Neon Blue #484CFF
RGB
CMYK
RGB Variations
Color information
#484CFF (or 0x484CFF) is known color: Neon Blue. HEX triplet: 48, 4C and FF. RGB value is (72,76,255). Sum of RGB (Red+Green+Blue) = 72+76+255=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #484CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484CFF is #B7B300. Grayscale: #5E5E5E. Windows color (decimal): -12038913 or 16731208. OLE color: 16731208.
HSL color Cylindrical-coordinate representation of color #484CFF: hue angle of 238.69º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #484CFF is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 76 | 255 | - |
| CMYK | 0.72 | 0.70 | 0 | 0 |
| HSL | 238.69º | 1% | 0.64% | - |
| HSV(B) | 238.69º | 0.72% | 1% | - |
| XYZ | 23.31 | 13.77 | 96.04 | - |
| YUV | 95.21 | 218.17 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 255 | 0.72 | 0.70 | 0 | 0 | 238.69 | 1 | 0.64 |
| Hex | 48 | 4C | FF | 48 | 46 | 0 | 0 | EF | 64 | 40 |
| Octal | 110 | 114 | 377 | 110 | 106 | 0 | 0 | 357 | 144 | 100 |
| Binary | 1001000 | 1001100 | 11111111 | 1001000 | 1000110 | 0 | 0 | 11101111 | 1100100 | 1000000 |
Color Harmonies of #484CFF
Complementary color
Monochromatic Colors of #484CFF
Black with #484CFF
Text Example
Text Example
White with #484CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484CFF; }
p { color: rgb(72,76,255); }
H1.HeaderClassName
{
color: #484CFF;
}
.AnyTagClassName
{
color: #484CFF;
}
</style>
background-color css
<style>
a { background-color: #484CFF; }
a { background-color: rgb(72,76,255); }
div.DivClassName
{
background-color: #484CFF;
}
.BgClassName
{
background-color: #484CFF;
}
</style>
border-color css
<style>
span { border-color: #484CFF; }
span { border-color: rgb(72,76,255); }
td.TdClassName
{
border-color: #484CFF;
}
.TagClassName
{
border-color: #484CFF;
}
</style>