Shades of Neon Blue #484BFD
Tints of Neon Blue #484BFD
RGB
CMYK
RGB Variations
Color information
#484BFD (or 0x484BFD) is known color: Neon Blue. HEX triplet: 48, 4B and FD. RGB value is (72,75,253). Sum of RGB (Red+Green+Blue) = 72+75+253=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #484BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484BFD is #B7B402. Grayscale: #5D5D5D. Windows color (decimal): -12039171 or 16599880. OLE color: 16599880.
HSL color Cylindrical-coordinate representation of color #484BFD: hue angle of 239.01º 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 #484BFD is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 75 | 253 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.01 |
| HSL | 239.01º | 0.98% | 0.64% | - |
| HSV(B) | 239.01º | 0.72% | 0.99% | - |
| XYZ | 22.92 | 13.5 | 94.33 | - |
| YUV | 94.4 | 217.51 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 253 | 0.72 | 0.70 | 0 | 0.01 | 239.01 | 0.98 | 0.64 |
| Hex | 48 | 4B | FD | 48 | 46 | 0 | 1 | EF | 62 | 40 |
| Octal | 110 | 113 | 375 | 110 | 106 | 0 | 1 | 357 | 142 | 100 |
| Binary | 1001000 | 1001011 | 11111101 | 1001000 | 1000110 | 0 | 1 | 11101111 | 1100010 | 1000000 |
Color Harmonies of #484BFD
Complementary color
Monochromatic Colors of #484BFD
Black with #484BFD
Text Example
Text Example
White with #484BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484BFD; }
p { color: rgb(72,75,253); }
H1.HeaderClassName
{
color: #484BFD;
}
.AnyTagClassName
{
color: #484BFD;
}
</style>
background-color css
<style>
a { background-color: #484BFD; }
a { background-color: rgb(72,75,253); }
div.DivClassName
{
background-color: #484BFD;
}
.BgClassName
{
background-color: #484BFD;
}
</style>
border-color css
<style>
span { border-color: #484BFD; }
span { border-color: rgb(72,75,253); }
td.TdClassName
{
border-color: #484BFD;
}
.TagClassName
{
border-color: #484BFD;
}
</style>