Shades of Neon Blue #483FDF
Tints of Neon Blue #483FDF
RGB
CMYK
RGB Variations
Color information
#483FDF (or 0x483FDF) is known color: Neon Blue. HEX triplet: 48, 3F and DF. RGB value is (72,63,223). Sum of RGB (Red+Green+Blue) = 72+63+223=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #483FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483FDF is #B7C020. Grayscale: #535353. Windows color (decimal): -12042273 or 14630728. OLE color: 14630728.
HSL color Cylindrical-coordinate representation of color #483FDF: hue angle of 243.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #483FDF is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 63 | 223 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.13 |
| HSL | 243.38º | 0.71% | 0.56% | - |
| HSV(B) | 243.38º | 0.72% | 0.87% | - |
| XYZ | 17.77 | 10.26 | 70.86 | - |
| YUV | 83.93 | 206.48 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 223 | 0.68 | 0.72 | 0 | 0.13 | 243.38 | 0.71 | 0.56 |
| Hex | 48 | 3F | DF | 44 | 48 | 0 | D | F3 | 47 | 38 |
| Octal | 110 | 77 | 337 | 104 | 110 | 0 | 15 | 363 | 107 | 70 |
| Binary | 1001000 | 111111 | 11011111 | 1000100 | 1001000 | 0 | 1101 | 11110011 | 1000111 | 111000 |
Color Harmonies of #483FDF
Complementary color
Monochromatic Colors of #483FDF
Black with #483FDF
Text Example
Text Example
White with #483FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483FDF; }
p { color: rgb(72,63,223); }
H1.HeaderClassName
{
color: #483FDF;
}
.AnyTagClassName
{
color: #483FDF;
}
</style>
background-color css
<style>
a { background-color: #483FDF; }
a { background-color: rgb(72,63,223); }
div.DivClassName
{
background-color: #483FDF;
}
.BgClassName
{
background-color: #483FDF;
}
</style>
border-color css
<style>
span { border-color: #483FDF; }
span { border-color: rgb(72,63,223); }
td.TdClassName
{
border-color: #483FDF;
}
.TagClassName
{
border-color: #483FDF;
}
</style>