Shades of Neon Blue #483EEC
Tints of Neon Blue #483EEC
RGB
CMYK
RGB Variations
Color information
#483EEC (or 0x483EEC) is known color: Neon Blue. HEX triplet: 48, 3E and EC. RGB value is (72,62,236). Sum of RGB (Red+Green+Blue) = 72+62+236=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #483EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483EEC is #B7C113. Grayscale: #545454. Windows color (decimal): -12042516 or 15482440. OLE color: 15482440.
HSL color Cylindrical-coordinate representation of color #483EEC: hue angle of 243.45º degrees, saturation: 0.82, 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 #483EEC is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 62 | 236 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.07 |
| HSL | 243.45º | 0.82% | 0.58% | - |
| HSV(B) | 243.45º | 0.74% | 0.93% | - |
| XYZ | 19.54 | 10.88 | 80.43 | - |
| YUV | 84.83 | 213.31 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 236 | 0.69 | 0.74 | 0 | 0.07 | 243.45 | 0.82 | 0.58 |
| Hex | 48 | 3E | EC | 45 | 4A | 0 | 7 | F3 | 52 | 3A |
| Octal | 110 | 76 | 354 | 105 | 112 | 0 | 7 | 363 | 122 | 72 |
| Binary | 1001000 | 111110 | 11101100 | 1000101 | 1001010 | 0 | 111 | 11110011 | 1010010 | 111010 |
Color Harmonies of #483EEC
Complementary color
Monochromatic Colors of #483EEC
Black with #483EEC
Text Example
Text Example
White with #483EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483EEC; }
p { color: rgb(72,62,236); }
H1.HeaderClassName
{
color: #483EEC;
}
.AnyTagClassName
{
color: #483EEC;
}
</style>
background-color css
<style>
a { background-color: #483EEC; }
a { background-color: rgb(72,62,236); }
div.DivClassName
{
background-color: #483EEC;
}
.BgClassName
{
background-color: #483EEC;
}
</style>
border-color css
<style>
span { border-color: #483EEC; }
span { border-color: rgb(72,62,236); }
td.TdClassName
{
border-color: #483EEC;
}
.TagClassName
{
border-color: #483EEC;
}
</style>