Shades of Neon Blue #484CFC
Tints of Neon Blue #484CFC
RGB
CMYK
RGB Variations
Color information
#484CFC (or 0x484CFC) is known color: Neon Blue. HEX triplet: 48, 4C and FC. RGB value is (72,76,252). Sum of RGB (Red+Green+Blue) = 72+76+252=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #484CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484CFC is #B7B303. Grayscale: #5E5E5E. Windows color (decimal): -12038916 or 16534600. OLE color: 16534600.
HSL color Cylindrical-coordinate representation of color #484CFC: hue angle of 238.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #484CFC is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 76 | 252 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.01 |
| HSL | 238.67º | 0.97% | 0.64% | - |
| HSV(B) | 238.67º | 0.71% | 0.99% | - |
| XYZ | 22.83 | 13.57 | 93.51 | - |
| YUV | 94.87 | 216.67 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 252 | 0.71 | 0.70 | 0 | 0.01 | 238.67 | 0.97 | 0.64 |
| Hex | 48 | 4C | FC | 47 | 46 | 0 | 1 | EF | 61 | 40 |
| Octal | 110 | 114 | 374 | 107 | 106 | 0 | 1 | 357 | 141 | 100 |
| Binary | 1001000 | 1001100 | 11111100 | 1000111 | 1000110 | 0 | 1 | 11101111 | 1100001 | 1000000 |
Color Harmonies of #484CFC
Complementary color
Monochromatic Colors of #484CFC
Black with #484CFC
Text Example
Text Example
White with #484CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484CFC; }
p { color: rgb(72,76,252); }
H1.HeaderClassName
{
color: #484CFC;
}
.AnyTagClassName
{
color: #484CFC;
}
</style>
background-color css
<style>
a { background-color: #484CFC; }
a { background-color: rgb(72,76,252); }
div.DivClassName
{
background-color: #484CFC;
}
.BgClassName
{
background-color: #484CFC;
}
</style>
border-color css
<style>
span { border-color: #484CFC; }
span { border-color: rgb(72,76,252); }
td.TdClassName
{
border-color: #484CFC;
}
.TagClassName
{
border-color: #484CFC;
}
</style>