Shades of Neon Blue #625FFF
Tints of Neon Blue #625FFF
RGB
CMYK
RGB Variations
Color information
#625FFF (or 0x625FFF) is known color: Neon Blue. HEX triplet: 62, 5F and FF. RGB value is (98,95,255). Sum of RGB (Red+Green+Blue) = 98+95+255=448 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.88% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #625FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625FFF is #9DA000. Grayscale: #717171. Windows color (decimal): -10330113 or 16736098. OLE color: 16736098.
HSL color Cylindrical-coordinate representation of color #625FFF: hue angle of 241.13º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #625FFF is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 95 | 255 | - |
| CMYK | 0.62 | 0.63 | 0 | 0 |
| HSL | 241.13º | 1% | 0.69% | - |
| HSV(B) | 241.13º | 0.63% | 1% | - |
| XYZ | 27.18 | 18 | 96.65 | - |
| YUV | 114.14 | 207.49 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 255 | 0.62 | 0.63 | 0 | 0 | 241.13 | 1 | 0.69 |
| Hex | 62 | 5F | FF | 3E | 3F | 0 | 0 | F1 | 64 | 45 |
| Octal | 142 | 137 | 377 | 76 | 77 | 0 | 0 | 361 | 144 | 105 |
| Binary | 1100010 | 1011111 | 11111111 | 111110 | 111111 | 0 | 0 | 11110001 | 1100100 | 1000101 |
Color Harmonies of #625FFF
Complementary color
Monochromatic Colors of #625FFF
Black with #625FFF
Text Example
Text Example
White with #625FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625FFF; }
p { color: rgb(98,95,255); }
H1.HeaderClassName
{
color: #625FFF;
}
.AnyTagClassName
{
color: #625FFF;
}
</style>
background-color css
<style>
a { background-color: #625FFF; }
a { background-color: rgb(98,95,255); }
div.DivClassName
{
background-color: #625FFF;
}
.BgClassName
{
background-color: #625FFF;
}
</style>
border-color css
<style>
span { border-color: #625FFF; }
span { border-color: rgb(98,95,255); }
td.TdClassName
{
border-color: #625FFF;
}
.TagClassName
{
border-color: #625FFF;
}
</style>