Shades of Neon Blue #485AF1
Tints of Neon Blue #485AF1
RGB
CMYK
RGB Variations
Color information
#485AF1 (or 0x485AF1) is known color: Neon Blue. HEX triplet: 48, 5A and F1. RGB value is (72,90,241). Sum of RGB (Red+Green+Blue) = 72+90+241=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 241 (94.53% from 255 or 59.80% from 403); Max value from RGB is 241 - color contains mainly: blue. Hex color #485AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485AF1 is #B7A50E. Grayscale: #656565. Windows color (decimal): -12035343 or 15817288. OLE color: 15817288.
HSL color Cylindrical-coordinate representation of color #485AF1: hue angle of 233.61º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #485AF1 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 90 | 241 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.05 |
| HSL | 233.61º | 0.86% | 0.61% | - |
| HSV(B) | 233.61º | 0.7% | 0.95% | - |
| XYZ | 22.21 | 15.04 | 84.95 | - |
| YUV | 101.83 | 206.54 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 241 | 0.70 | 0.63 | 0 | 0.05 | 233.61 | 0.86 | 0.61 |
| Hex | 48 | 5A | F1 | 46 | 3F | 0 | 5 | EA | 56 | 3D |
| Octal | 110 | 132 | 361 | 106 | 77 | 0 | 5 | 352 | 126 | 75 |
| Binary | 1001000 | 1011010 | 11110001 | 1000110 | 111111 | 0 | 101 | 11101010 | 1010110 | 111101 |
Color Harmonies of #485AF1
Complementary color
Monochromatic Colors of #485AF1
Black with #485AF1
Text Example
Text Example
White with #485AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485AF1; }
p { color: rgb(72,90,241); }
H1.HeaderClassName
{
color: #485AF1;
}
.AnyTagClassName
{
color: #485AF1;
}
</style>
background-color css
<style>
a { background-color: #485AF1; }
a { background-color: rgb(72,90,241); }
div.DivClassName
{
background-color: #485AF1;
}
.BgClassName
{
background-color: #485AF1;
}
</style>
border-color css
<style>
span { border-color: #485AF1; }
span { border-color: rgb(72,90,241); }
td.TdClassName
{
border-color: #485AF1;
}
.TagClassName
{
border-color: #485AF1;
}
</style>