Shades of Neon Blue #484DED
Tints of Neon Blue #484DED
RGB
CMYK
RGB Variations
Color information
#484DED (or 0x484DED) is known color: Neon Blue. HEX triplet: 48, 4D and ED. RGB value is (72,77,237). Sum of RGB (Red+Green+Blue) = 72+77+237=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #484DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484DED is #B7B212. Grayscale: #5D5D5D. Windows color (decimal): -12038675 or 15551816. OLE color: 15551816.
HSL color Cylindrical-coordinate representation of color #484DED: hue angle of 238.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #484DED is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 77 | 237 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.07 |
| HSL | 238.18º | 0.82% | 0.61% | - |
| HSV(B) | 238.18º | 0.7% | 0.93% | - |
| XYZ | 20.61 | 12.8 | 81.51 | - |
| YUV | 93.75 | 208.84 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 237 | 0.70 | 0.68 | 0 | 0.07 | 238.18 | 0.82 | 0.61 |
| Hex | 48 | 4D | ED | 46 | 44 | 0 | 7 | EE | 52 | 3D |
| Octal | 110 | 115 | 355 | 106 | 104 | 0 | 7 | 356 | 122 | 75 |
| Binary | 1001000 | 1001101 | 11101101 | 1000110 | 1000100 | 0 | 111 | 11101110 | 1010010 | 111101 |
Color Harmonies of #484DED
Complementary color
Monochromatic Colors of #484DED
Black with #484DED
Text Example
Text Example
White with #484DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DED; }
p { color: rgb(72,77,237); }
H1.HeaderClassName
{
color: #484DED;
}
.AnyTagClassName
{
color: #484DED;
}
</style>
background-color css
<style>
a { background-color: #484DED; }
a { background-color: rgb(72,77,237); }
div.DivClassName
{
background-color: #484DED;
}
.BgClassName
{
background-color: #484DED;
}
</style>
border-color css
<style>
span { border-color: #484DED; }
span { border-color: rgb(72,77,237); }
td.TdClassName
{
border-color: #484DED;
}
.TagClassName
{
border-color: #484DED;
}
</style>