Shades of Neon Blue #485CFF
Tints of Neon Blue #485CFF
RGB
CMYK
RGB Variations
Color information
#485CFF (or 0x485CFF) is known color: Neon Blue. HEX triplet: 48, 5C and FF. RGB value is (72,92,255). Sum of RGB (Red+Green+Blue) = 72+92+255=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #485CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485CFF is #B7A300. Grayscale: #676767. Windows color (decimal): -12034817 or 16735304. OLE color: 16735304.
HSL color Cylindrical-coordinate representation of color #485CFF: hue angle of 233.44º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #485CFF is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 92 | 255 | - |
| CMYK | 0.72 | 0.64 | 0 | 0 |
| HSL | 233.44º | 1% | 0.64% | - |
| HSV(B) | 233.44º | 0.72% | 1% | - |
| XYZ | 24.55 | 16.25 | 96.45 | - |
| YUV | 104.6 | 212.87 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 255 | 0.72 | 0.64 | 0 | 0 | 233.44 | 1 | 0.64 |
| Hex | 48 | 5C | FF | 48 | 40 | 0 | 0 | E9 | 64 | 40 |
| Octal | 110 | 134 | 377 | 110 | 100 | 0 | 0 | 351 | 144 | 100 |
| Binary | 1001000 | 1011100 | 11111111 | 1001000 | 1000000 | 0 | 0 | 11101001 | 1100100 | 1000000 |
Color Harmonies of #485CFF
Complementary color
Monochromatic Colors of #485CFF
Black with #485CFF
Text Example
Text Example
White with #485CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485CFF; }
p { color: rgb(72,92,255); }
H1.HeaderClassName
{
color: #485CFF;
}
.AnyTagClassName
{
color: #485CFF;
}
</style>
background-color css
<style>
a { background-color: #485CFF; }
a { background-color: rgb(72,92,255); }
div.DivClassName
{
background-color: #485CFF;
}
.BgClassName
{
background-color: #485CFF;
}
</style>
border-color css
<style>
span { border-color: #485CFF; }
span { border-color: rgb(72,92,255); }
td.TdClassName
{
border-color: #485CFF;
}
.TagClassName
{
border-color: #485CFF;
}
</style>