Shades of Neon Blue #483EEA
Tints of Neon Blue #483EEA
RGB
CMYK
RGB Variations
Color information
#483EEA (or 0x483EEA) is known color: Neon Blue. HEX triplet: 48, 3E and EA. RGB value is (72,62,234). Sum of RGB (Red+Green+Blue) = 72+62+234=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #483EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483EEA is #B7C115. Grayscale: #535353. Windows color (decimal): -12042518 or 15351368. OLE color: 15351368.
HSL color Cylindrical-coordinate representation of color #483EEA: hue angle of 243.49º degrees, saturation: 0.8, 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 #483EEA is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 62 | 234 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.08 |
| HSL | 243.49º | 0.8% | 0.58% | - |
| HSV(B) | 243.49º | 0.74% | 0.92% | - |
| XYZ | 19.25 | 10.76 | 78.91 | - |
| YUV | 84.6 | 212.31 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 234 | 0.69 | 0.74 | 0 | 0.08 | 243.49 | 0.8 | 0.58 |
| Hex | 48 | 3E | EA | 45 | 4A | 0 | 8 | F3 | 50 | 3A |
| Octal | 110 | 76 | 352 | 105 | 112 | 0 | 10 | 363 | 120 | 72 |
| Binary | 1001000 | 111110 | 11101010 | 1000101 | 1001010 | 0 | 1000 | 11110011 | 1010000 | 111010 |
Color Harmonies of #483EEA
Complementary color
Monochromatic Colors of #483EEA
Black with #483EEA
Text Example
Text Example
White with #483EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483EEA; }
p { color: rgb(72,62,234); }
H1.HeaderClassName
{
color: #483EEA;
}
.AnyTagClassName
{
color: #483EEA;
}
</style>
background-color css
<style>
a { background-color: #483EEA; }
a { background-color: rgb(72,62,234); }
div.DivClassName
{
background-color: #483EEA;
}
.BgClassName
{
background-color: #483EEA;
}
</style>
border-color css
<style>
span { border-color: #483EEA; }
span { border-color: rgb(72,62,234); }
td.TdClassName
{
border-color: #483EEA;
}
.TagClassName
{
border-color: #483EEA;
}
</style>