Shades of Neon Blue #485BFF
Tints of Neon Blue #485BFF
RGB
CMYK
RGB Variations
Color information
#485BFF (or 0x485BFF) is known color: Neon Blue. HEX triplet: 48, 5B and FF. RGB value is (72,91,255). Sum of RGB (Red+Green+Blue) = 72+91+255=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #485BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485BFF is #B7A400. Grayscale: #676767. Windows color (decimal): -12035073 or 16735048. OLE color: 16735048.
HSL color Cylindrical-coordinate representation of color #485BFF: hue angle of 233.77º 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 #485BFF is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 91 | 255 | - |
| CMYK | 0.72 | 0.64 | 0 | 0 |
| HSL | 233.77º | 1% | 0.64% | - |
| HSV(B) | 233.77º | 0.72% | 1% | - |
| XYZ | 24.46 | 16.08 | 96.42 | - |
| YUV | 104.02 | 213.21 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 255 | 0.72 | 0.64 | 0 | 0 | 233.77 | 1 | 0.64 |
| Hex | 48 | 5B | FF | 48 | 40 | 0 | 0 | EA | 64 | 40 |
| Octal | 110 | 133 | 377 | 110 | 100 | 0 | 0 | 352 | 144 | 100 |
| Binary | 1001000 | 1011011 | 11111111 | 1001000 | 1000000 | 0 | 0 | 11101010 | 1100100 | 1000000 |
Color Harmonies of #485BFF
Complementary color
Monochromatic Colors of #485BFF
Black with #485BFF
Text Example
Text Example
White with #485BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BFF; }
p { color: rgb(72,91,255); }
H1.HeaderClassName
{
color: #485BFF;
}
.AnyTagClassName
{
color: #485BFF;
}
</style>
background-color css
<style>
a { background-color: #485BFF; }
a { background-color: rgb(72,91,255); }
div.DivClassName
{
background-color: #485BFF;
}
.BgClassName
{
background-color: #485BFF;
}
</style>
border-color css
<style>
span { border-color: #485BFF; }
span { border-color: rgb(72,91,255); }
td.TdClassName
{
border-color: #485BFF;
}
.TagClassName
{
border-color: #485BFF;
}
</style>