Shades of Neon Blue #483FEC
Tints of Neon Blue #483FEC
RGB
CMYK
RGB Variations
Color information
#483FEC (or 0x483FEC) is known color: Neon Blue. HEX triplet: 48, 3F and EC. RGB value is (72,63,236). Sum of RGB (Red+Green+Blue) = 72+63+236=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #483FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483FEC is #B7C013. Grayscale: #545454. Windows color (decimal): -12042260 or 15482696. OLE color: 15482696.
HSL color Cylindrical-coordinate representation of color #483FEC: hue angle of 243.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #483FEC is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 63 | 236 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.07 |
| HSL | 243.12º | 0.82% | 0.59% | - |
| HSV(B) | 243.12º | 0.73% | 0.93% | - |
| XYZ | 19.59 | 10.99 | 80.45 | - |
| YUV | 85.41 | 212.98 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 236 | 0.69 | 0.73 | 0 | 0.07 | 243.12 | 0.82 | 0.59 |
| Hex | 48 | 3F | EC | 45 | 49 | 0 | 7 | F3 | 52 | 3B |
| Octal | 110 | 77 | 354 | 105 | 111 | 0 | 7 | 363 | 122 | 73 |
| Binary | 1001000 | 111111 | 11101100 | 1000101 | 1001001 | 0 | 111 | 11110011 | 1010010 | 111011 |
Color Harmonies of #483FEC
Complementary color
Monochromatic Colors of #483FEC
Black with #483FEC
Text Example
Text Example
White with #483FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483FEC; }
p { color: rgb(72,63,236); }
H1.HeaderClassName
{
color: #483FEC;
}
.AnyTagClassName
{
color: #483FEC;
}
</style>
background-color css
<style>
a { background-color: #483FEC; }
a { background-color: rgb(72,63,236); }
div.DivClassName
{
background-color: #483FEC;
}
.BgClassName
{
background-color: #483FEC;
}
</style>
border-color css
<style>
span { border-color: #483FEC; }
span { border-color: rgb(72,63,236); }
td.TdClassName
{
border-color: #483FEC;
}
.TagClassName
{
border-color: #483FEC;
}
</style>