Shades of Neon Blue #484CFD
Tints of Neon Blue #484CFD
RGB
CMYK
RGB Variations
Color information
#484CFD (or 0x484CFD) is known color: Neon Blue. HEX triplet: 48, 4C and FD. RGB value is (72,76,253). Sum of RGB (Red+Green+Blue) = 72+76+253=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #484CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484CFD is #B7B302. Grayscale: #5E5E5E. Windows color (decimal): -12038915 or 16600136. OLE color: 16600136.
HSL color Cylindrical-coordinate representation of color #484CFD: hue angle of 238.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #484CFD is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 76 | 253 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.01 |
| HSL | 238.67º | 0.98% | 0.64% | - |
| HSV(B) | 238.67º | 0.72% | 0.99% | - |
| XYZ | 22.99 | 13.64 | 94.35 | - |
| YUV | 94.98 | 217.17 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 253 | 0.72 | 0.70 | 0 | 0.01 | 238.67 | 0.98 | 0.64 |
| Hex | 48 | 4C | FD | 48 | 46 | 0 | 1 | EF | 62 | 40 |
| Octal | 110 | 114 | 375 | 110 | 106 | 0 | 1 | 357 | 142 | 100 |
| Binary | 1001000 | 1001100 | 11111101 | 1001000 | 1000110 | 0 | 1 | 11101111 | 1100010 | 1000000 |
Color Harmonies of #484CFD
Complementary color
Monochromatic Colors of #484CFD
Black with #484CFD
Text Example
Text Example
White with #484CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484CFD; }
p { color: rgb(72,76,253); }
H1.HeaderClassName
{
color: #484CFD;
}
.AnyTagClassName
{
color: #484CFD;
}
</style>
background-color css
<style>
a { background-color: #484CFD; }
a { background-color: rgb(72,76,253); }
div.DivClassName
{
background-color: #484CFD;
}
.BgClassName
{
background-color: #484CFD;
}
</style>
border-color css
<style>
span { border-color: #484CFD; }
span { border-color: rgb(72,76,253); }
td.TdClassName
{
border-color: #484CFD;
}
.TagClassName
{
border-color: #484CFD;
}
</style>