Shades of Neon Blue #485FFE
Tints of Neon Blue #485FFE
RGB
CMYK
RGB Variations
Color information
#485FFE (or 0x485FFE) is known color: Neon Blue. HEX triplet: 48, 5F and FE. RGB value is (72,95,254). Sum of RGB (Red+Green+Blue) = 72+95+254=421 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.10% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #485FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485FFE is #B7A001. Grayscale: #696969. Windows color (decimal): -12034050 or 16670536. OLE color: 16670536.
HSL color Cylindrical-coordinate representation of color #485FFE: hue angle of 232.42º 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 #485FFE is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 95 | 254 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.00 |
| HSL | 232.42º | 0.99% | 0.64% | - |
| HSV(B) | 232.42º | 0.72% | 1% | - |
| XYZ | 24.65 | 16.72 | 95.69 | - |
| YUV | 106.25 | 211.38 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 254 | 0.72 | 0.63 | 0 | 0.00 | 232.42 | 0.99 | 0.64 |
| Hex | 48 | 5F | FE | 48 | 3F | 0 | 0 | E8 | 63 | 40 |
| Octal | 110 | 137 | 376 | 110 | 77 | 0 | 0 | 350 | 143 | 100 |
| Binary | 1001000 | 1011111 | 11111110 | 1001000 | 111111 | 0 | 0 | 11101000 | 1100011 | 1000000 |
Color Harmonies of #485FFE
Complementary color
Monochromatic Colors of #485FFE
Black with #485FFE
Text Example
Text Example
White with #485FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485FFE; }
p { color: rgb(72,95,254); }
H1.HeaderClassName
{
color: #485FFE;
}
.AnyTagClassName
{
color: #485FFE;
}
</style>
background-color css
<style>
a { background-color: #485FFE; }
a { background-color: rgb(72,95,254); }
div.DivClassName
{
background-color: #485FFE;
}
.BgClassName
{
background-color: #485FFE;
}
</style>
border-color css
<style>
span { border-color: #485FFE; }
span { border-color: rgb(72,95,254); }
td.TdClassName
{
border-color: #485FFE;
}
.TagClassName
{
border-color: #485FFE;
}
</style>