Shades of Neon Blue #485DF8
Tints of Neon Blue #485DF8
RGB
CMYK
RGB Variations
Color information
#485DF8 (or 0x485DF8) is known color: Neon Blue. HEX triplet: 48, 5D and F8. RGB value is (72,93,248). Sum of RGB (Red+Green+Blue) = 72+93+248=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #485DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485DF8 is #B7A207. Grayscale: #676767. Windows color (decimal): -12034568 or 16276808. OLE color: 16276808.
HSL color Cylindrical-coordinate representation of color #485DF8: hue angle of 232.84º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #485DF8 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 72 | 93 | 248 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.03 |
| HSL | 232.84º | 0.93% | 0.63% | - |
| HSV(B) | 232.84º | 0.71% | 0.97% | - |
| XYZ | 23.53 | 15.98 | 90.65 | - |
| YUV | 104.39 | 209.04 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 248 | 0.71 | 0.62 | 0 | 0.03 | 232.84 | 0.93 | 0.63 |
| Hex | 48 | 5D | F8 | 47 | 3E | 0 | 3 | E9 | 5D | 3F |
| Octal | 110 | 135 | 370 | 107 | 76 | 0 | 3 | 351 | 135 | 77 |
| Binary | 1001000 | 1011101 | 11111000 | 1000111 | 111110 | 0 | 11 | 11101001 | 1011101 | 111111 |
Color Harmonies of #485DF8
Complementary color
Monochromatic Colors of #485DF8
Black with #485DF8
Text Example
Text Example
White with #485DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485DF8; }
p { color: rgb(72,93,248); }
H1.HeaderClassName
{
color: #485DF8;
}
.AnyTagClassName
{
color: #485DF8;
}
</style>
background-color css
<style>
a { background-color: #485DF8; }
a { background-color: rgb(72,93,248); }
div.DivClassName
{
background-color: #485DF8;
}
.BgClassName
{
background-color: #485DF8;
}
</style>
border-color css
<style>
span { border-color: #485DF8; }
span { border-color: rgb(72,93,248); }
td.TdClassName
{
border-color: #485DF8;
}
.TagClassName
{
border-color: #485DF8;
}
</style>