Shades of Neon Blue #483CEA
Tints of Neon Blue #483CEA
RGB
CMYK
RGB Variations
Color information
#483CEA (or 0x483CEA) is known color: Neon Blue. HEX triplet: 48, 3C and EA. RGB value is (72,60,234). Sum of RGB (Red+Green+Blue) = 72+60+234=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #483CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483CEA is #B7C315. Grayscale: #525252. Windows color (decimal): -12043030 or 15350856. OLE color: 15350856.
HSL color Cylindrical-coordinate representation of color #483CEA: hue angle of 244.14º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #483CEA is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 60 | 234 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.08 |
| HSL | 244.14º | 0.81% | 0.58% | - |
| HSV(B) | 244.14º | 0.74% | 0.92% | - |
| XYZ | 19.14 | 10.55 | 78.87 | - |
| YUV | 83.42 | 212.98 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 234 | 0.69 | 0.74 | 0 | 0.08 | 244.14 | 0.81 | 0.58 |
| Hex | 48 | 3C | EA | 45 | 4A | 0 | 8 | F4 | 51 | 3A |
| Octal | 110 | 74 | 352 | 105 | 112 | 0 | 10 | 364 | 121 | 72 |
| Binary | 1001000 | 111100 | 11101010 | 1000101 | 1001010 | 0 | 1000 | 11110100 | 1010001 | 111010 |
Color Harmonies of #483CEA
Complementary color
Monochromatic Colors of #483CEA
Black with #483CEA
Text Example
Text Example
White with #483CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483CEA; }
p { color: rgb(72,60,234); }
H1.HeaderClassName
{
color: #483CEA;
}
.AnyTagClassName
{
color: #483CEA;
}
</style>
background-color css
<style>
a { background-color: #483CEA; }
a { background-color: rgb(72,60,234); }
div.DivClassName
{
background-color: #483CEA;
}
.BgClassName
{
background-color: #483CEA;
}
</style>
border-color css
<style>
span { border-color: #483CEA; }
span { border-color: rgb(72,60,234); }
td.TdClassName
{
border-color: #483CEA;
}
.TagClassName
{
border-color: #483CEA;
}
</style>