Shades of Neon Blue #485BFA
Tints of Neon Blue #485BFA
RGB
CMYK
RGB Variations
Color information
#485BFA (or 0x485BFA) is known color: Neon Blue. HEX triplet: 48, 5B and FA. RGB value is (72,91,250). Sum of RGB (Red+Green+Blue) = 72+91+250=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #485BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485BFA is #B7A405. Grayscale: #666666. Windows color (decimal): -12035078 or 16407368. OLE color: 16407368.
HSL color Cylindrical-coordinate representation of color #485BFA: hue angle of 233.6º degrees, saturation: 0.95, 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 #485BFA is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 91 | 250 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.02 |
| HSL | 233.6º | 0.95% | 0.63% | - |
| HSV(B) | 233.6º | 0.71% | 0.98% | - |
| XYZ | 23.67 | 15.76 | 92.24 | - |
| YUV | 103.45 | 210.71 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 250 | 0.71 | 0.64 | 0 | 0.02 | 233.6 | 0.95 | 0.63 |
| Hex | 48 | 5B | FA | 47 | 40 | 0 | 2 | EA | 5F | 3F |
| Octal | 110 | 133 | 372 | 107 | 100 | 0 | 2 | 352 | 137 | 77 |
| Binary | 1001000 | 1011011 | 11111010 | 1000111 | 1000000 | 0 | 10 | 11101010 | 1011111 | 111111 |
Color Harmonies of #485BFA
Complementary color
Monochromatic Colors of #485BFA
Black with #485BFA
Text Example
Text Example
White with #485BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BFA; }
p { color: rgb(72,91,250); }
H1.HeaderClassName
{
color: #485BFA;
}
.AnyTagClassName
{
color: #485BFA;
}
</style>
background-color css
<style>
a { background-color: #485BFA; }
a { background-color: rgb(72,91,250); }
div.DivClassName
{
background-color: #485BFA;
}
.BgClassName
{
background-color: #485BFA;
}
</style>
border-color css
<style>
span { border-color: #485BFA; }
span { border-color: rgb(72,91,250); }
td.TdClassName
{
border-color: #485BFA;
}
.TagClassName
{
border-color: #485BFA;
}
</style>