Shades of Neon Blue #485DF4
Tints of Neon Blue #485DF4
RGB
CMYK
RGB Variations
Color information
#485DF4 (or 0x485DF4) is known color: Neon Blue. HEX triplet: 48, 5D and F4. RGB value is (72,93,244). Sum of RGB (Red+Green+Blue) = 72+93+244=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 244 (95.70% from 255 or 59.66% from 409); Max value from RGB is 244 - color contains mainly: blue. Hex color #485DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485DF4 is #B7A20B. Grayscale: #676767. Windows color (decimal): -12034572 or 16014664. OLE color: 16014664.
HSL color Cylindrical-coordinate representation of color #485DF4: hue angle of 232.67º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #485DF4 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 93 | 244 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.04 |
| HSL | 232.67º | 0.89% | 0.62% | - |
| HSV(B) | 232.67º | 0.7% | 0.96% | - |
| XYZ | 22.92 | 15.74 | 87.42 | - |
| YUV | 103.94 | 207.04 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 244 | 0.70 | 0.62 | 0 | 0.04 | 232.67 | 0.89 | 0.62 |
| Hex | 48 | 5D | F4 | 46 | 3E | 0 | 4 | E9 | 59 | 3E |
| Octal | 110 | 135 | 364 | 106 | 76 | 0 | 4 | 351 | 131 | 76 |
| Binary | 1001000 | 1011101 | 11110100 | 1000110 | 111110 | 0 | 100 | 11101001 | 1011001 | 111110 |
Color Harmonies of #485DF4
Complementary color
Monochromatic Colors of #485DF4
Black with #485DF4
Text Example
Text Example
White with #485DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485DF4; }
p { color: rgb(72,93,244); }
H1.HeaderClassName
{
color: #485DF4;
}
.AnyTagClassName
{
color: #485DF4;
}
</style>
background-color css
<style>
a { background-color: #485DF4; }
a { background-color: rgb(72,93,244); }
div.DivClassName
{
background-color: #485DF4;
}
.BgClassName
{
background-color: #485DF4;
}
</style>
border-color css
<style>
span { border-color: #485DF4; }
span { border-color: rgb(72,93,244); }
td.TdClassName
{
border-color: #485DF4;
}
.TagClassName
{
border-color: #485DF4;
}
</style>