Shades of Neon Blue #484FFF
Tints of Neon Blue #484FFF
RGB
CMYK
RGB Variations
Color information
#484FFF (or 0x484FFF) is known color: Neon Blue. HEX triplet: 48, 4F and FF. RGB value is (72,79,255). Sum of RGB (Red+Green+Blue) = 72+79+255=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #484FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484FFF is #B7B000. Grayscale: #606060. Windows color (decimal): -12038145 or 16731976. OLE color: 16731976.
HSL color Cylindrical-coordinate representation of color #484FFF: hue angle of 237.7º 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 #484FFF is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 79 | 255 | - |
| CMYK | 0.72 | 0.69 | 0 | 0 |
| HSL | 237.7º | 1% | 0.64% | - |
| HSV(B) | 237.7º | 0.72% | 1% | - |
| XYZ | 23.52 | 14.19 | 96.11 | - |
| YUV | 96.97 | 217.18 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 255 | 0.72 | 0.69 | 0 | 0 | 237.7 | 1 | 0.64 |
| Hex | 48 | 4F | FF | 48 | 45 | 0 | 0 | EE | 64 | 40 |
| Octal | 110 | 117 | 377 | 110 | 105 | 0 | 0 | 356 | 144 | 100 |
| Binary | 1001000 | 1001111 | 11111111 | 1001000 | 1000101 | 0 | 0 | 11101110 | 1100100 | 1000000 |
Color Harmonies of #484FFF
Complementary color
Monochromatic Colors of #484FFF
Black with #484FFF
Text Example
Text Example
White with #484FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484FFF; }
p { color: rgb(72,79,255); }
H1.HeaderClassName
{
color: #484FFF;
}
.AnyTagClassName
{
color: #484FFF;
}
</style>
background-color css
<style>
a { background-color: #484FFF; }
a { background-color: rgb(72,79,255); }
div.DivClassName
{
background-color: #484FFF;
}
.BgClassName
{
background-color: #484FFF;
}
</style>
border-color css
<style>
span { border-color: #484FFF; }
span { border-color: rgb(72,79,255); }
td.TdClassName
{
border-color: #484FFF;
}
.TagClassName
{
border-color: #484FFF;
}
</style>