Shades of Neon Blue #483CEB
Tints of Neon Blue #483CEB
RGB
CMYK
RGB Variations
Color information
#483CEB (or 0x483CEB) is known color: Neon Blue. HEX triplet: 48, 3C and EB. RGB value is (72,60,235). Sum of RGB (Red+Green+Blue) = 72+60+235=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #483CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483CEB is #B7C314. Grayscale: #525252. Windows color (decimal): -12043029 or 15416392. OLE color: 15416392.
HSL color Cylindrical-coordinate representation of color #483CEB: hue angle of 244.11º 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 #483CEB is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 60 | 235 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.08 |
| HSL | 244.11º | 0.81% | 0.58% | - |
| HSV(B) | 244.11º | 0.74% | 0.92% | - |
| XYZ | 19.28 | 10.61 | 79.63 | - |
| YUV | 83.54 | 213.48 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 235 | 0.69 | 0.74 | 0 | 0.08 | 244.11 | 0.81 | 0.58 |
| Hex | 48 | 3C | EB | 45 | 4A | 0 | 8 | F4 | 51 | 3A |
| Octal | 110 | 74 | 353 | 105 | 112 | 0 | 10 | 364 | 121 | 72 |
| Binary | 1001000 | 111100 | 11101011 | 1000101 | 1001010 | 0 | 1000 | 11110100 | 1010001 | 111010 |
Color Harmonies of #483CEB
Complementary color
Monochromatic Colors of #483CEB
Black with #483CEB
Text Example
Text Example
White with #483CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483CEB; }
p { color: rgb(72,60,235); }
H1.HeaderClassName
{
color: #483CEB;
}
.AnyTagClassName
{
color: #483CEB;
}
</style>
background-color css
<style>
a { background-color: #483CEB; }
a { background-color: rgb(72,60,235); }
div.DivClassName
{
background-color: #483CEB;
}
.BgClassName
{
background-color: #483CEB;
}
</style>
border-color css
<style>
span { border-color: #483CEB; }
span { border-color: rgb(72,60,235); }
td.TdClassName
{
border-color: #483CEB;
}
.TagClassName
{
border-color: #483CEB;
}
</style>