Shades of Neon Blue #483FF1
Tints of Neon Blue #483FF1
RGB
CMYK
RGB Variations
Color information
#483FF1 (or 0x483FF1) is known color: Neon Blue. HEX triplet: 48, 3F and F1. RGB value is (72,63,241). Sum of RGB (Red+Green+Blue) = 72+63+241=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 241 (94.53% from 255 or 64.10% from 376); Max value from RGB is 241 - color contains mainly: blue. Hex color #483FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483FF1 is #B7C00E. Grayscale: #555555. Windows color (decimal): -12042255 or 15810376. OLE color: 15810376.
HSL color Cylindrical-coordinate representation of color #483FF1: hue angle of 243.03º degrees, saturation: 0.86, 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 #483FF1 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 63 | 241 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.05 |
| HSL | 243.03º | 0.86% | 0.6% | - |
| HSV(B) | 243.03º | 0.74% | 0.95% | - |
| XYZ | 20.33 | 11.28 | 84.33 | - |
| YUV | 85.98 | 215.48 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 241 | 0.70 | 0.74 | 0 | 0.05 | 243.03 | 0.86 | 0.6 |
| Hex | 48 | 3F | F1 | 46 | 4A | 0 | 5 | F3 | 56 | 3C |
| Octal | 110 | 77 | 361 | 106 | 112 | 0 | 5 | 363 | 126 | 74 |
| Binary | 1001000 | 111111 | 11110001 | 1000110 | 1001010 | 0 | 101 | 11110011 | 1010110 | 111100 |
Color Harmonies of #483FF1
Complementary color
Monochromatic Colors of #483FF1
Black with #483FF1
Text Example
Text Example
White with #483FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483FF1; }
p { color: rgb(72,63,241); }
H1.HeaderClassName
{
color: #483FF1;
}
.AnyTagClassName
{
color: #483FF1;
}
</style>
background-color css
<style>
a { background-color: #483FF1; }
a { background-color: rgb(72,63,241); }
div.DivClassName
{
background-color: #483FF1;
}
.BgClassName
{
background-color: #483FF1;
}
</style>
border-color css
<style>
span { border-color: #483FF1; }
span { border-color: rgb(72,63,241); }
td.TdClassName
{
border-color: #483FF1;
}
.TagClassName
{
border-color: #483FF1;
}
</style>