Shades of Neon Blue #484CF0
Tints of Neon Blue #484CF0
RGB
CMYK
RGB Variations
Color information
#484CF0 (or 0x484CF0) is known color: Neon Blue. HEX triplet: 48, 4C and F0. RGB value is (72,76,240). Sum of RGB (Red+Green+Blue) = 72+76+240=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 240 (94.14% from 255 or 61.86% from 388); Max value from RGB is 240 - color contains mainly: blue. Hex color #484CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484CF0 is #B7B30F. Grayscale: #5C5C5C. Windows color (decimal): -12038928 or 15748168. OLE color: 15748168.
HSL color Cylindrical-coordinate representation of color #484CF0: hue angle of 238.57º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #484CF0 is Cyan = 0.7, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 76 | 240 | - |
| CMYK | 0.7 | 0.68 | 0 | 0.06 |
| HSL | 238.57º | 0.85% | 0.61% | - |
| HSV(B) | 238.57º | 0.7% | 0.94% | - |
| XYZ | 20.99 | 12.84 | 83.81 | - |
| YUV | 93.5 | 210.67 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 240 | 0.7 | 0.68 | 0 | 0.06 | 238.57 | 0.85 | 0.61 |
| Hex | 48 | 4C | F0 | 46 | 44 | 0 | 6 | EF | 55 | 3D |
| Octal | 110 | 114 | 360 | 106 | 104 | 0 | 6 | 357 | 125 | 75 |
| Binary | 1001000 | 1001100 | 11110000 | 1000110 | 1000100 | 0 | 110 | 11101111 | 1010101 | 111101 |
Color Harmonies of #484CF0
Complementary color
Monochromatic Colors of #484CF0
Black with #484CF0
Text Example
Text Example
White with #484CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484CF0; }
p { color: rgb(72,76,240); }
H1.HeaderClassName
{
color: #484CF0;
}
.AnyTagClassName
{
color: #484CF0;
}
</style>
background-color css
<style>
a { background-color: #484CF0; }
a { background-color: rgb(72,76,240); }
div.DivClassName
{
background-color: #484CF0;
}
.BgClassName
{
background-color: #484CF0;
}
</style>
border-color css
<style>
span { border-color: #484CF0; }
span { border-color: rgb(72,76,240); }
td.TdClassName
{
border-color: #484CF0;
}
.TagClassName
{
border-color: #484CF0;
}
</style>