Shades of Neon Blue #483DED
Tints of Neon Blue #483DED
RGB
CMYK
RGB Variations
Color information
#483DED (or 0x483DED) is known color: Neon Blue. HEX triplet: 48, 3D and ED. RGB value is (72,61,237). Sum of RGB (Red+Green+Blue) = 72+61+237=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #483DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483DED is #B7C212. Grayscale: #535353. Windows color (decimal): -12042771 or 15547720. OLE color: 15547720.
HSL color Cylindrical-coordinate representation of color #483DED: hue angle of 243.75º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #483DED is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 61 | 237 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.07 |
| HSL | 243.75º | 0.83% | 0.58% | - |
| HSV(B) | 243.75º | 0.74% | 0.93% | - |
| XYZ | 19.63 | 10.83 | 81.18 | - |
| YUV | 84.35 | 214.14 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 237 | 0.70 | 0.74 | 0 | 0.07 | 243.75 | 0.83 | 0.58 |
| Hex | 48 | 3D | ED | 46 | 4A | 0 | 7 | F4 | 53 | 3A |
| Octal | 110 | 75 | 355 | 106 | 112 | 0 | 7 | 364 | 123 | 72 |
| Binary | 1001000 | 111101 | 11101101 | 1000110 | 1001010 | 0 | 111 | 11110100 | 1010011 | 111010 |
Color Harmonies of #483DED
Complementary color
Monochromatic Colors of #483DED
Black with #483DED
Text Example
Text Example
White with #483DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483DED; }
p { color: rgb(72,61,237); }
H1.HeaderClassName
{
color: #483DED;
}
.AnyTagClassName
{
color: #483DED;
}
</style>
background-color css
<style>
a { background-color: #483DED; }
a { background-color: rgb(72,61,237); }
div.DivClassName
{
background-color: #483DED;
}
.BgClassName
{
background-color: #483DED;
}
</style>
border-color css
<style>
span { border-color: #483DED; }
span { border-color: rgb(72,61,237); }
td.TdClassName
{
border-color: #483DED;
}
.TagClassName
{
border-color: #483DED;
}
</style>