Shades of Neon Blue #483CEC
Tints of Neon Blue #483CEC
RGB
CMYK
RGB Variations
Color information
#483CEC (or 0x483CEC) is known color: Neon Blue. HEX triplet: 48, 3C and EC. RGB value is (72,60,236). Sum of RGB (Red+Green+Blue) = 72+60+236=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #483CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483CEC is #B7C313. Grayscale: #525252. Windows color (decimal): -12043028 or 15481928. OLE color: 15481928.
HSL color Cylindrical-coordinate representation of color #483CEC: hue angle of 244.09º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #483CEC is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 60 | 236 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.07 |
| HSL | 244.09º | 0.82% | 0.58% | - |
| HSV(B) | 244.09º | 0.75% | 0.93% | - |
| XYZ | 19.43 | 10.67 | 80.39 | - |
| YUV | 83.65 | 213.98 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 236 | 0.69 | 0.75 | 0 | 0.07 | 244.09 | 0.82 | 0.58 |
| Hex | 48 | 3C | EC | 45 | 4B | 0 | 7 | F4 | 52 | 3A |
| Octal | 110 | 74 | 354 | 105 | 113 | 0 | 7 | 364 | 122 | 72 |
| Binary | 1001000 | 111100 | 11101100 | 1000101 | 1001011 | 0 | 111 | 11110100 | 1010010 | 111010 |
Color Harmonies of #483CEC
Complementary color
Monochromatic Colors of #483CEC
Black with #483CEC
Text Example
Text Example
White with #483CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483CEC; }
p { color: rgb(72,60,236); }
H1.HeaderClassName
{
color: #483CEC;
}
.AnyTagClassName
{
color: #483CEC;
}
</style>
background-color css
<style>
a { background-color: #483CEC; }
a { background-color: rgb(72,60,236); }
div.DivClassName
{
background-color: #483CEC;
}
.BgClassName
{
background-color: #483CEC;
}
</style>
border-color css
<style>
span { border-color: #483CEC; }
span { border-color: rgb(72,60,236); }
td.TdClassName
{
border-color: #483CEC;
}
.TagClassName
{
border-color: #483CEC;
}
</style>