Shades of Neon Blue #485DFB
Tints of Neon Blue #485DFB
RGB
CMYK
RGB Variations
Color information
#485DFB (or 0x485DFB) is known color: Neon Blue. HEX triplet: 48, 5D and FB. RGB value is (72,93,251). Sum of RGB (Red+Green+Blue) = 72+93+251=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #485DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485DFB is #B7A204. Grayscale: #686868. Windows color (decimal): -12034565 or 16473416. OLE color: 16473416.
HSL color Cylindrical-coordinate representation of color #485DFB: hue angle of 232.96º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #485DFB is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 93 | 251 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.02 |
| HSL | 232.96º | 0.96% | 0.63% | - |
| HSV(B) | 232.96º | 0.71% | 0.98% | - |
| XYZ | 24 | 16.17 | 93.12 | - |
| YUV | 104.73 | 210.54 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 251 | 0.71 | 0.63 | 0 | 0.02 | 232.96 | 0.96 | 0.63 |
| Hex | 48 | 5D | FB | 47 | 3F | 0 | 2 | E9 | 60 | 3F |
| Octal | 110 | 135 | 373 | 107 | 77 | 0 | 2 | 351 | 140 | 77 |
| Binary | 1001000 | 1011101 | 11111011 | 1000111 | 111111 | 0 | 10 | 11101001 | 1100000 | 111111 |
Color Harmonies of #485DFB
Complementary color
Monochromatic Colors of #485DFB
Black with #485DFB
Text Example
Text Example
White with #485DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485DFB; }
p { color: rgb(72,93,251); }
H1.HeaderClassName
{
color: #485DFB;
}
.AnyTagClassName
{
color: #485DFB;
}
</style>
background-color css
<style>
a { background-color: #485DFB; }
a { background-color: rgb(72,93,251); }
div.DivClassName
{
background-color: #485DFB;
}
.BgClassName
{
background-color: #485DFB;
}
</style>
border-color css
<style>
span { border-color: #485DFB; }
span { border-color: rgb(72,93,251); }
td.TdClassName
{
border-color: #485DFB;
}
.TagClassName
{
border-color: #485DFB;
}
</style>