Shades of Neon Blue #483EF3
Tints of Neon Blue #483EF3
RGB
CMYK
RGB Variations
Color information
#483EF3 (or 0x483EF3) is known color: Neon Blue. HEX triplet: 48, 3E and F3. RGB value is (72,62,243). Sum of RGB (Red+Green+Blue) = 72+62+243=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 243 (95.31% from 255 or 64.46% from 377); Max value from RGB is 243 - color contains mainly: blue. Hex color #483EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483EF3 is #B7C10C. Grayscale: #545454. Windows color (decimal): -12042509 or 15941192. OLE color: 15941192.
HSL color Cylindrical-coordinate representation of color #483EF3: hue angle of 243.31º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #483EF3 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 62 | 243 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.05 |
| HSL | 243.31º | 0.88% | 0.6% | - |
| HSV(B) | 243.31º | 0.74% | 0.95% | - |
| XYZ | 20.57 | 11.29 | 85.89 | - |
| YUV | 85.62 | 216.81 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 243 | 0.70 | 0.74 | 0 | 0.05 | 243.31 | 0.88 | 0.6 |
| Hex | 48 | 3E | F3 | 46 | 4A | 0 | 5 | F3 | 58 | 3C |
| Octal | 110 | 76 | 363 | 106 | 112 | 0 | 5 | 363 | 130 | 74 |
| Binary | 1001000 | 111110 | 11110011 | 1000110 | 1001010 | 0 | 101 | 11110011 | 1011000 | 111100 |
Color Harmonies of #483EF3
Complementary color
Monochromatic Colors of #483EF3
Black with #483EF3
Text Example
Text Example
White with #483EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483EF3; }
p { color: rgb(72,62,243); }
H1.HeaderClassName
{
color: #483EF3;
}
.AnyTagClassName
{
color: #483EF3;
}
</style>
background-color css
<style>
a { background-color: #483EF3; }
a { background-color: rgb(72,62,243); }
div.DivClassName
{
background-color: #483EF3;
}
.BgClassName
{
background-color: #483EF3;
}
</style>
border-color css
<style>
span { border-color: #483EF3; }
span { border-color: rgb(72,62,243); }
td.TdClassName
{
border-color: #483EF3;
}
.TagClassName
{
border-color: #483EF3;
}
</style>