Shades of Neon Blue #483EFB
Tints of Neon Blue #483EFB
RGB
CMYK
RGB Variations
Color information
#483EFB (or 0x483EFB) is known color: Neon Blue. HEX triplet: 48, 3E and FB. RGB value is (72,62,251). Sum of RGB (Red+Green+Blue) = 72+62+251=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #483EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483EFB is #B7C104. Grayscale: #555555. Windows color (decimal): -12042501 or 16465480. OLE color: 16465480.
HSL color Cylindrical-coordinate representation of color #483EFB: hue angle of 243.17º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #483EFB is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 62 | 251 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.02 |
| HSL | 243.17º | 0.96% | 0.61% | - |
| HSV(B) | 243.17º | 0.75% | 0.98% | - |
| XYZ | 21.81 | 11.79 | 92.39 | - |
| YUV | 86.54 | 220.81 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 251 | 0.71 | 0.75 | 0 | 0.02 | 243.17 | 0.96 | 0.61 |
| Hex | 48 | 3E | FB | 47 | 4B | 0 | 2 | F3 | 60 | 3D |
| Octal | 110 | 76 | 373 | 107 | 113 | 0 | 2 | 363 | 140 | 75 |
| Binary | 1001000 | 111110 | 11111011 | 1000111 | 1001011 | 0 | 10 | 11110011 | 1100000 | 111101 |
Color Harmonies of #483EFB
Complementary color
Monochromatic Colors of #483EFB
Black with #483EFB
Text Example
Text Example
White with #483EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483EFB; }
p { color: rgb(72,62,251); }
H1.HeaderClassName
{
color: #483EFB;
}
.AnyTagClassName
{
color: #483EFB;
}
</style>
background-color css
<style>
a { background-color: #483EFB; }
a { background-color: rgb(72,62,251); }
div.DivClassName
{
background-color: #483EFB;
}
.BgClassName
{
background-color: #483EFB;
}
</style>
border-color css
<style>
span { border-color: #483EFB; }
span { border-color: rgb(72,62,251); }
td.TdClassName
{
border-color: #483EFB;
}
.TagClassName
{
border-color: #483EFB;
}
</style>