Shades of Neon Blue #484FED
Tints of Neon Blue #484FED
RGB
CMYK
RGB Variations
Color information
#484FED (or 0x484FED) is known color: Neon Blue. HEX triplet: 48, 4F and ED. RGB value is (72,79,237). Sum of RGB (Red+Green+Blue) = 72+79+237=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #484FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484FED is #B7B012. Grayscale: #5E5E5E. Windows color (decimal): -12038163 or 15552328. OLE color: 15552328.
HSL color Cylindrical-coordinate representation of color #484FED: hue angle of 237.45º 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 #484FED is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 79 | 237 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.07 |
| HSL | 237.45º | 0.82% | 0.61% | - |
| HSV(B) | 237.45º | 0.7% | 0.93% | - |
| XYZ | 20.75 | 13.08 | 81.55 | - |
| YUV | 94.92 | 208.18 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 237 | 0.70 | 0.67 | 0 | 0.07 | 237.45 | 0.82 | 0.61 |
| Hex | 48 | 4F | ED | 46 | 43 | 0 | 7 | ED | 52 | 3D |
| Octal | 110 | 117 | 355 | 106 | 103 | 0 | 7 | 355 | 122 | 75 |
| Binary | 1001000 | 1001111 | 11101101 | 1000110 | 1000011 | 0 | 111 | 11101101 | 1010010 | 111101 |
Color Harmonies of #484FED
Complementary color
Monochromatic Colors of #484FED
Black with #484FED
Text Example
Text Example
White with #484FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484FED; }
p { color: rgb(72,79,237); }
H1.HeaderClassName
{
color: #484FED;
}
.AnyTagClassName
{
color: #484FED;
}
</style>
background-color css
<style>
a { background-color: #484FED; }
a { background-color: rgb(72,79,237); }
div.DivClassName
{
background-color: #484FED;
}
.BgClassName
{
background-color: #484FED;
}
</style>
border-color css
<style>
span { border-color: #484FED; }
span { border-color: rgb(72,79,237); }
td.TdClassName
{
border-color: #484FED;
}
.TagClassName
{
border-color: #484FED;
}
</style>