Shades of Neon Blue #485BFE
Tints of Neon Blue #485BFE
RGB
CMYK
RGB Variations
Color information
#485BFE (or 0x485BFE) is known color: Neon Blue. HEX triplet: 48, 5B and FE. RGB value is (72,91,254). Sum of RGB (Red+Green+Blue) = 72+91+254=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #485BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485BFE is #B7A401. Grayscale: #676767. Windows color (decimal): -12035074 or 16669512. OLE color: 16669512.
HSL color Cylindrical-coordinate representation of color #485BFE: hue angle of 233.74º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #485BFE is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 91 | 254 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.00 |
| HSL | 233.74º | 0.99% | 0.64% | - |
| HSV(B) | 233.74º | 0.72% | 1% | - |
| XYZ | 24.3 | 16.02 | 95.58 | - |
| YUV | 103.9 | 212.71 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 254 | 0.72 | 0.64 | 0 | 0.00 | 233.74 | 0.99 | 0.64 |
| Hex | 48 | 5B | FE | 48 | 40 | 0 | 0 | EA | 63 | 40 |
| Octal | 110 | 133 | 376 | 110 | 100 | 0 | 0 | 352 | 143 | 100 |
| Binary | 1001000 | 1011011 | 11111110 | 1001000 | 1000000 | 0 | 0 | 11101010 | 1100011 | 1000000 |
Color Harmonies of #485BFE
Complementary color
Monochromatic Colors of #485BFE
Black with #485BFE
Text Example
Text Example
White with #485BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BFE; }
p { color: rgb(72,91,254); }
H1.HeaderClassName
{
color: #485BFE;
}
.AnyTagClassName
{
color: #485BFE;
}
</style>
background-color css
<style>
a { background-color: #485BFE; }
a { background-color: rgb(72,91,254); }
div.DivClassName
{
background-color: #485BFE;
}
.BgClassName
{
background-color: #485BFE;
}
</style>
border-color css
<style>
span { border-color: #485BFE; }
span { border-color: rgb(72,91,254); }
td.TdClassName
{
border-color: #485BFE;
}
.TagClassName
{
border-color: #485BFE;
}
</style>