Shades of Neon Blue #484CFA
Tints of Neon Blue #484CFA
RGB
CMYK
RGB Variations
Color information
#484CFA (or 0x484CFA) is known color: Neon Blue. HEX triplet: 48, 4C and FA. RGB value is (72,76,250). Sum of RGB (Red+Green+Blue) = 72+76+250=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #484CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484CFA is #B7B305. Grayscale: #5D5D5D. Windows color (decimal): -12038918 or 16403528. OLE color: 16403528.
HSL color Cylindrical-coordinate representation of color #484CFA: hue angle of 238.65º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #484CFA is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 76 | 250 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.02 |
| HSL | 238.65º | 0.95% | 0.63% | - |
| HSV(B) | 238.65º | 0.71% | 0.98% | - |
| XYZ | 22.51 | 13.45 | 91.85 | - |
| YUV | 94.64 | 215.67 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 250 | 0.71 | 0.70 | 0 | 0.02 | 238.65 | 0.95 | 0.63 |
| Hex | 48 | 4C | FA | 47 | 46 | 0 | 2 | EF | 5F | 3F |
| Octal | 110 | 114 | 372 | 107 | 106 | 0 | 2 | 357 | 137 | 77 |
| Binary | 1001000 | 1001100 | 11111010 | 1000111 | 1000110 | 0 | 10 | 11101111 | 1011111 | 111111 |
Color Harmonies of #484CFA
Complementary color
Monochromatic Colors of #484CFA
Black with #484CFA
Text Example
Text Example
White with #484CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484CFA; }
p { color: rgb(72,76,250); }
H1.HeaderClassName
{
color: #484CFA;
}
.AnyTagClassName
{
color: #484CFA;
}
</style>
background-color css
<style>
a { background-color: #484CFA; }
a { background-color: rgb(72,76,250); }
div.DivClassName
{
background-color: #484CFA;
}
.BgClassName
{
background-color: #484CFA;
}
</style>
border-color css
<style>
span { border-color: #484CFA; }
span { border-color: rgb(72,76,250); }
td.TdClassName
{
border-color: #484CFA;
}
.TagClassName
{
border-color: #484CFA;
}
</style>