Shades of Neon Blue #485BFB
Tints of Neon Blue #485BFB
RGB
CMYK
RGB Variations
Color information
#485BFB (or 0x485BFB) is known color: Neon Blue. HEX triplet: 48, 5B and FB. RGB value is (72,91,251). Sum of RGB (Red+Green+Blue) = 72+91+251=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #485BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485BFB is #B7A404. Grayscale: #666666. Windows color (decimal): -12035077 or 16472904. OLE color: 16472904.
HSL color Cylindrical-coordinate representation of color #485BFB: hue angle of 233.63º 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 #485BFB is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 91 | 251 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.02 |
| HSL | 233.63º | 0.96% | 0.63% | - |
| HSV(B) | 233.63º | 0.71% | 0.98% | - |
| XYZ | 23.83 | 15.82 | 93.07 | - |
| YUV | 103.56 | 211.21 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 251 | 0.71 | 0.64 | 0 | 0.02 | 233.63 | 0.96 | 0.63 |
| Hex | 48 | 5B | FB | 47 | 40 | 0 | 2 | EA | 60 | 3F |
| Octal | 110 | 133 | 373 | 107 | 100 | 0 | 2 | 352 | 140 | 77 |
| Binary | 1001000 | 1011011 | 11111011 | 1000111 | 1000000 | 0 | 10 | 11101010 | 1100000 | 111111 |
Color Harmonies of #485BFB
Complementary color
Monochromatic Colors of #485BFB
Black with #485BFB
Text Example
Text Example
White with #485BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BFB; }
p { color: rgb(72,91,251); }
H1.HeaderClassName
{
color: #485BFB;
}
.AnyTagClassName
{
color: #485BFB;
}
</style>
background-color css
<style>
a { background-color: #485BFB; }
a { background-color: rgb(72,91,251); }
div.DivClassName
{
background-color: #485BFB;
}
.BgClassName
{
background-color: #485BFB;
}
</style>
border-color css
<style>
span { border-color: #485BFB; }
span { border-color: rgb(72,91,251); }
td.TdClassName
{
border-color: #485BFB;
}
.TagClassName
{
border-color: #485BFB;
}
</style>