Shades of Neon Blue #484BFC
Tints of Neon Blue #484BFC
RGB
CMYK
RGB Variations
Color information
#484BFC (or 0x484BFC) is known color: Neon Blue. HEX triplet: 48, 4B and FC. RGB value is (72,75,252). Sum of RGB (Red+Green+Blue) = 72+75+252=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #484BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484BFC is #B7B403. Grayscale: #5D5D5D. Windows color (decimal): -12039172 or 16534344. OLE color: 16534344.
HSL color Cylindrical-coordinate representation of color #484BFC: hue angle of 239º 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 #484BFC is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 75 | 252 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.01 |
| HSL | 239º | 0.97% | 0.64% | - |
| HSV(B) | 239º | 0.71% | 0.99% | - |
| XYZ | 22.76 | 13.44 | 93.49 | - |
| YUV | 94.28 | 217.01 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 252 | 0.71 | 0.70 | 0 | 0.01 | 239 | 0.97 | 0.64 |
| Hex | 48 | 4B | FC | 47 | 46 | 0 | 1 | EF | 61 | 40 |
| Octal | 110 | 113 | 374 | 107 | 106 | 0 | 1 | 357 | 141 | 100 |
| Binary | 1001000 | 1001011 | 11111100 | 1000111 | 1000110 | 0 | 1 | 11101111 | 1100001 | 1000000 |
Color Harmonies of #484BFC
Complementary color
Monochromatic Colors of #484BFC
Black with #484BFC
Text Example
Text Example
White with #484BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484BFC; }
p { color: rgb(72,75,252); }
H1.HeaderClassName
{
color: #484BFC;
}
.AnyTagClassName
{
color: #484BFC;
}
</style>
background-color css
<style>
a { background-color: #484BFC; }
a { background-color: rgb(72,75,252); }
div.DivClassName
{
background-color: #484BFC;
}
.BgClassName
{
background-color: #484BFC;
}
</style>
border-color css
<style>
span { border-color: #484BFC; }
span { border-color: rgb(72,75,252); }
td.TdClassName
{
border-color: #484BFC;
}
.TagClassName
{
border-color: #484BFC;
}
</style>