Shades of Neon Blue #483DDF
Tints of Neon Blue #483DDF
RGB
CMYK
RGB Variations
Color information
#483DDF (or 0x483DDF) is known color: Neon Blue. HEX triplet: 48, 3D and DF. RGB value is (72,61,223). Sum of RGB (Red+Green+Blue) = 72+61+223=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #483DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483DDF is #B7C220. Grayscale: #525252. Windows color (decimal): -12042785 or 14630216. OLE color: 14630216.
HSL color Cylindrical-coordinate representation of color #483DDF: hue angle of 244.07º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #483DDF is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 61 | 223 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.13 |
| HSL | 244.07º | 0.72% | 0.56% | - |
| HSV(B) | 244.07º | 0.73% | 0.87% | - |
| XYZ | 17.66 | 10.04 | 70.82 | - |
| YUV | 82.76 | 207.14 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 223 | 0.68 | 0.73 | 0 | 0.13 | 244.07 | 0.72 | 0.56 |
| Hex | 48 | 3D | DF | 44 | 49 | 0 | D | F4 | 48 | 38 |
| Octal | 110 | 75 | 337 | 104 | 111 | 0 | 15 | 364 | 110 | 70 |
| Binary | 1001000 | 111101 | 11011111 | 1000100 | 1001001 | 0 | 1101 | 11110100 | 1001000 | 111000 |
Color Harmonies of #483DDF
Complementary color
Monochromatic Colors of #483DDF
Black with #483DDF
Text Example
Text Example
White with #483DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483DDF; }
p { color: rgb(72,61,223); }
H1.HeaderClassName
{
color: #483DDF;
}
.AnyTagClassName
{
color: #483DDF;
}
</style>
background-color css
<style>
a { background-color: #483DDF; }
a { background-color: rgb(72,61,223); }
div.DivClassName
{
background-color: #483DDF;
}
.BgClassName
{
background-color: #483DDF;
}
</style>
border-color css
<style>
span { border-color: #483DDF; }
span { border-color: rgb(72,61,223); }
td.TdClassName
{
border-color: #483DDF;
}
.TagClassName
{
border-color: #483DDF;
}
</style>