Shades of Neon Blue #485DFC
Tints of Neon Blue #485DFC
RGB
CMYK
RGB Variations
Color information
#485DFC (or 0x485DFC) is known color: Neon Blue. HEX triplet: 48, 5D and FC. RGB value is (72,93,252). Sum of RGB (Red+Green+Blue) = 72+93+252=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #485DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485DFC is #B7A203. Grayscale: #686868. Windows color (decimal): -12034564 or 16538952. OLE color: 16538952.
HSL color Cylindrical-coordinate representation of color #485DFC: hue angle of 233º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #485DFC is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 93 | 252 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.01 |
| HSL | 233º | 0.97% | 0.64% | - |
| HSV(B) | 233º | 0.71% | 0.99% | - |
| XYZ | 24.16 | 16.23 | 93.96 | - |
| YUV | 104.85 | 211.04 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 252 | 0.71 | 0.63 | 0 | 0.01 | 233 | 0.97 | 0.64 |
| Hex | 48 | 5D | FC | 47 | 3F | 0 | 1 | E9 | 61 | 40 |
| Octal | 110 | 135 | 374 | 107 | 77 | 0 | 1 | 351 | 141 | 100 |
| Binary | 1001000 | 1011101 | 11111100 | 1000111 | 111111 | 0 | 1 | 11101001 | 1100001 | 1000000 |
Color Harmonies of #485DFC
Complementary color
Monochromatic Colors of #485DFC
Black with #485DFC
Text Example
Text Example
White with #485DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485DFC; }
p { color: rgb(72,93,252); }
H1.HeaderClassName
{
color: #485DFC;
}
.AnyTagClassName
{
color: #485DFC;
}
</style>
background-color css
<style>
a { background-color: #485DFC; }
a { background-color: rgb(72,93,252); }
div.DivClassName
{
background-color: #485DFC;
}
.BgClassName
{
background-color: #485DFC;
}
</style>
border-color css
<style>
span { border-color: #485DFC; }
span { border-color: rgb(72,93,252); }
td.TdClassName
{
border-color: #485DFC;
}
.TagClassName
{
border-color: #485DFC;
}
</style>