Shades of Neon Blue #625AFF
Tints of Neon Blue #625AFF
RGB
CMYK
RGB Variations
Color information
#625AFF (or 0x625AFF) is known color: Neon Blue. HEX triplet: 62, 5A and FF. RGB value is (98,90,255). Sum of RGB (Red+Green+Blue) = 98+90+255=443 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.12% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #625AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625AFF is #9DA500. Grayscale: #6E6E6E. Windows color (decimal): -10331393 or 16734818. OLE color: 16734818.
HSL color Cylindrical-coordinate representation of color #625AFF: hue angle of 242.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #625AFF is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 90 | 255 | - |
| CMYK | 0.62 | 0.65 | 0 | 0 |
| HSL | 242.91º | 1% | 0.68% | - |
| HSV(B) | 242.91º | 0.65% | 1% | - |
| XYZ | 26.74 | 17.13 | 96.5 | - |
| YUV | 111.2 | 209.15 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 255 | 0.62 | 0.65 | 0 | 0 | 242.91 | 1 | 0.68 |
| Hex | 62 | 5A | FF | 3E | 41 | 0 | 0 | F3 | 64 | 44 |
| Octal | 142 | 132 | 377 | 76 | 101 | 0 | 0 | 363 | 144 | 104 |
| Binary | 1100010 | 1011010 | 11111111 | 111110 | 1000001 | 0 | 0 | 11110011 | 1100100 | 1000100 |
Color Harmonies of #625AFF
Complementary color
Monochromatic Colors of #625AFF
Black with #625AFF
Text Example
Text Example
White with #625AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625AFF; }
p { color: rgb(98,90,255); }
H1.HeaderClassName
{
color: #625AFF;
}
.AnyTagClassName
{
color: #625AFF;
}
</style>
background-color css
<style>
a { background-color: #625AFF; }
a { background-color: rgb(98,90,255); }
div.DivClassName
{
background-color: #625AFF;
}
.BgClassName
{
background-color: #625AFF;
}
</style>
border-color css
<style>
span { border-color: #625AFF; }
span { border-color: rgb(98,90,255); }
td.TdClassName
{
border-color: #625AFF;
}
.TagClassName
{
border-color: #625AFF;
}
</style>