Shades of Neon Blue #485BFC
Tints of Neon Blue #485BFC
RGB
CMYK
RGB Variations
Color information
#485BFC (or 0x485BFC) is known color: Neon Blue. HEX triplet: 48, 5B and FC. RGB value is (72,91,252). Sum of RGB (Red+Green+Blue) = 72+91+252=415 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.35% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #485BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485BFC is #B7A403. Grayscale: #676767. Windows color (decimal): -12035076 or 16538440. OLE color: 16538440.
HSL color Cylindrical-coordinate representation of color #485BFC: hue angle of 233.67º 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 #485BFC is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 91 | 252 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.01 |
| HSL | 233.67º | 0.97% | 0.64% | - |
| HSV(B) | 233.67º | 0.71% | 0.99% | - |
| XYZ | 23.98 | 15.89 | 93.9 | - |
| YUV | 103.67 | 211.71 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 252 | 0.71 | 0.64 | 0 | 0.01 | 233.67 | 0.97 | 0.64 |
| Hex | 48 | 5B | FC | 47 | 40 | 0 | 1 | EA | 61 | 40 |
| Octal | 110 | 133 | 374 | 107 | 100 | 0 | 1 | 352 | 141 | 100 |
| Binary | 1001000 | 1011011 | 11111100 | 1000111 | 1000000 | 0 | 1 | 11101010 | 1100001 | 1000000 |
Color Harmonies of #485BFC
Complementary color
Monochromatic Colors of #485BFC
Black with #485BFC
Text Example
Text Example
White with #485BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BFC; }
p { color: rgb(72,91,252); }
H1.HeaderClassName
{
color: #485BFC;
}
.AnyTagClassName
{
color: #485BFC;
}
</style>
background-color css
<style>
a { background-color: #485BFC; }
a { background-color: rgb(72,91,252); }
div.DivClassName
{
background-color: #485BFC;
}
.BgClassName
{
background-color: #485BFC;
}
</style>
border-color css
<style>
span { border-color: #485BFC; }
span { border-color: rgb(72,91,252); }
td.TdClassName
{
border-color: #485BFC;
}
.TagClassName
{
border-color: #485BFC;
}
</style>