Shades of Neon Blue #485BF8
Tints of Neon Blue #485BF8
RGB
CMYK
RGB Variations
Color information
#485BF8 (or 0x485BF8) is known color: Neon Blue. HEX triplet: 48, 5B and F8. RGB value is (72,91,248). Sum of RGB (Red+Green+Blue) = 72+91+248=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #485BF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485BF8 is #B7A407. Grayscale: #666666. Windows color (decimal): -12035080 or 16276296. OLE color: 16276296.
HSL color Cylindrical-coordinate representation of color #485BF8: hue angle of 233.52º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #485BF8 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 72 | 91 | 248 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.03 |
| HSL | 233.52º | 0.93% | 0.63% | - |
| HSV(B) | 233.52º | 0.71% | 0.97% | - |
| XYZ | 23.36 | 15.64 | 90.59 | - |
| YUV | 103.22 | 209.71 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 248 | 0.71 | 0.63 | 0 | 0.03 | 233.52 | 0.93 | 0.63 |
| Hex | 48 | 5B | F8 | 47 | 3F | 0 | 3 | EA | 5D | 3F |
| Octal | 110 | 133 | 370 | 107 | 77 | 0 | 3 | 352 | 135 | 77 |
| Binary | 1001000 | 1011011 | 11111000 | 1000111 | 111111 | 0 | 11 | 11101010 | 1011101 | 111111 |
Color Harmonies of #485BF8
Complementary color
Monochromatic Colors of #485BF8
Black with #485BF8
Text Example
Text Example
White with #485BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BF8; }
p { color: rgb(72,91,248); }
H1.HeaderClassName
{
color: #485BF8;
}
.AnyTagClassName
{
color: #485BF8;
}
</style>
background-color css
<style>
a { background-color: #485BF8; }
a { background-color: rgb(72,91,248); }
div.DivClassName
{
background-color: #485BF8;
}
.BgClassName
{
background-color: #485BF8;
}
</style>
border-color css
<style>
span { border-color: #485BF8; }
span { border-color: rgb(72,91,248); }
td.TdClassName
{
border-color: #485BF8;
}
.TagClassName
{
border-color: #485BF8;
}
</style>