Shades of Neon Blue #484DFB
Tints of Neon Blue #484DFB
RGB
CMYK
RGB Variations
Color information
#484DFB (or 0x484DFB) is known color: Neon Blue. HEX triplet: 48, 4D and FB. RGB value is (72,77,251). Sum of RGB (Red+Green+Blue) = 72+77+251=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #484DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484DFB is #B7B204. Grayscale: #5E5E5E. Windows color (decimal): -12038661 or 16469320. OLE color: 16469320.
HSL color Cylindrical-coordinate representation of color #484DFB: hue angle of 238.32º degrees, saturation: 0.96, 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 #484DFB is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 77 | 251 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.02 |
| HSL | 238.32º | 0.96% | 0.63% | - |
| HSV(B) | 238.32º | 0.71% | 0.98% | - |
| XYZ | 22.74 | 13.65 | 92.7 | - |
| YUV | 95.34 | 215.84 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 251 | 0.71 | 0.69 | 0 | 0.02 | 238.32 | 0.96 | 0.63 |
| Hex | 48 | 4D | FB | 47 | 45 | 0 | 2 | EE | 60 | 3F |
| Octal | 110 | 115 | 373 | 107 | 105 | 0 | 2 | 356 | 140 | 77 |
| Binary | 1001000 | 1001101 | 11111011 | 1000111 | 1000101 | 0 | 10 | 11101110 | 1100000 | 111111 |
Color Harmonies of #484DFB
Complementary color
Monochromatic Colors of #484DFB
Black with #484DFB
Text Example
Text Example
White with #484DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DFB; }
p { color: rgb(72,77,251); }
H1.HeaderClassName
{
color: #484DFB;
}
.AnyTagClassName
{
color: #484DFB;
}
</style>
background-color css
<style>
a { background-color: #484DFB; }
a { background-color: rgb(72,77,251); }
div.DivClassName
{
background-color: #484DFB;
}
.BgClassName
{
background-color: #484DFB;
}
</style>
border-color css
<style>
span { border-color: #484DFB; }
span { border-color: rgb(72,77,251); }
td.TdClassName
{
border-color: #484DFB;
}
.TagClassName
{
border-color: #484DFB;
}
</style>