Shades of Neon Blue #485CF5
Tints of Neon Blue #485CF5
RGB
CMYK
RGB Variations
Color information
#485CF5 (or 0x485CF5) is known color: Neon Blue. HEX triplet: 48, 5C and F5. RGB value is (72,92,245). Sum of RGB (Red+Green+Blue) = 72+92+245=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 245 (96.09% from 255 or 59.90% from 409); Max value from RGB is 245 - color contains mainly: blue. Hex color #485CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485CF5 is #B7A30A. Grayscale: #666666. Windows color (decimal): -12034827 or 16079944. OLE color: 16079944.
HSL color Cylindrical-coordinate representation of color #485CF5: hue angle of 233.06º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #485CF5 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 92 | 245 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.04 |
| HSL | 233.06º | 0.9% | 0.62% | - |
| HSV(B) | 233.06º | 0.71% | 0.96% | - |
| XYZ | 22.98 | 15.62 | 88.19 | - |
| YUV | 103.46 | 207.87 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 245 | 0.71 | 0.62 | 0 | 0.04 | 233.06 | 0.9 | 0.62 |
| Hex | 48 | 5C | F5 | 47 | 3E | 0 | 4 | E9 | 5A | 3E |
| Octal | 110 | 134 | 365 | 107 | 76 | 0 | 4 | 351 | 132 | 76 |
| Binary | 1001000 | 1011100 | 11110101 | 1000111 | 111110 | 0 | 100 | 11101001 | 1011010 | 111110 |
Color Harmonies of #485CF5
Complementary color
Monochromatic Colors of #485CF5
Black with #485CF5
Text Example
Text Example
White with #485CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485CF5; }
p { color: rgb(72,92,245); }
H1.HeaderClassName
{
color: #485CF5;
}
.AnyTagClassName
{
color: #485CF5;
}
</style>
background-color css
<style>
a { background-color: #485CF5; }
a { background-color: rgb(72,92,245); }
div.DivClassName
{
background-color: #485CF5;
}
.BgClassName
{
background-color: #485CF5;
}
</style>
border-color css
<style>
span { border-color: #485CF5; }
span { border-color: rgb(72,92,245); }
td.TdClassName
{
border-color: #485CF5;
}
.TagClassName
{
border-color: #485CF5;
}
</style>