Shades of Neon Blue #483DF4
Tints of Neon Blue #483DF4
RGB
CMYK
RGB Variations
Color information
#483DF4 (or 0x483DF4) is known color: Neon Blue. HEX triplet: 48, 3D and F4. RGB value is (72,61,244). Sum of RGB (Red+Green+Blue) = 72+61+244=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 244 (95.70% from 255 or 64.72% from 377); Max value from RGB is 244 - color contains mainly: blue. Hex color #483DF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483DF4 is #B7C20B. Grayscale: #545454. Windows color (decimal): -12042764 or 16006472. OLE color: 16006472.
HSL color Cylindrical-coordinate representation of color #483DF4: hue angle of 243.61º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #483DF4 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 61 | 244 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.04 |
| HSL | 243.61º | 0.89% | 0.6% | - |
| HSV(B) | 243.61º | 0.75% | 0.96% | - |
| XYZ | 20.67 | 11.25 | 86.67 | - |
| YUV | 85.15 | 217.64 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 244 | 0.70 | 0.75 | 0 | 0.04 | 243.61 | 0.89 | 0.6 |
| Hex | 48 | 3D | F4 | 46 | 4B | 0 | 4 | F4 | 59 | 3C |
| Octal | 110 | 75 | 364 | 106 | 113 | 0 | 4 | 364 | 131 | 74 |
| Binary | 1001000 | 111101 | 11110100 | 1000110 | 1001011 | 0 | 100 | 11110100 | 1011001 | 111100 |
Color Harmonies of #483DF4
Complementary color
Monochromatic Colors of #483DF4
Black with #483DF4
Text Example
Text Example
White with #483DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483DF4; }
p { color: rgb(72,61,244); }
H1.HeaderClassName
{
color: #483DF4;
}
.AnyTagClassName
{
color: #483DF4;
}
</style>
background-color css
<style>
a { background-color: #483DF4; }
a { background-color: rgb(72,61,244); }
div.DivClassName
{
background-color: #483DF4;
}
.BgClassName
{
background-color: #483DF4;
}
</style>
border-color css
<style>
span { border-color: #483DF4; }
span { border-color: rgb(72,61,244); }
td.TdClassName
{
border-color: #483DF4;
}
.TagClassName
{
border-color: #483DF4;
}
</style>