Shades of Neon Blue #625EF4
Tints of Neon Blue #625EF4
RGB
CMYK
RGB Variations
Color information
#625EF4 (or 0x625EF4) is known color: Neon Blue. HEX triplet: 62, 5E and F4. RGB value is (98,94,244). Sum of RGB (Red+Green+Blue) = 98+94+244=436 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.48% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 244 (95.70% from 255 or 55.96% from 436); Max value from RGB is 244 - color contains mainly: blue. Hex color #625EF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625EF4 is #9DA10B. Grayscale: #6F6F6F. Windows color (decimal): -10330380 or 16014946. OLE color: 16014946.
HSL color Cylindrical-coordinate representation of color #625EF4: hue angle of 241.6º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #625EF4 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 98 | 94 | 244 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.04 |
| HSL | 241.6º | 0.87% | 0.66% | - |
| HSV(B) | 241.6º | 0.61% | 0.96% | - |
| XYZ | 25.37 | 17.13 | 87.56 | - |
| YUV | 112.3 | 202.33 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 244 | 0.60 | 0.61 | 0 | 0.04 | 241.6 | 0.87 | 0.66 |
| Hex | 62 | 5E | F4 | 3C | 3D | 0 | 4 | F2 | 57 | 42 |
| Octal | 142 | 136 | 364 | 74 | 75 | 0 | 4 | 362 | 127 | 102 |
| Binary | 1100010 | 1011110 | 11110100 | 111100 | 111101 | 0 | 100 | 11110010 | 1010111 | 1000010 |
Color Harmonies of #625EF4
Complementary color
Monochromatic Colors of #625EF4
Black with #625EF4
Text Example
Text Example
White with #625EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625EF4; }
p { color: rgb(98,94,244); }
H1.HeaderClassName
{
color: #625EF4;
}
.AnyTagClassName
{
color: #625EF4;
}
</style>
background-color css
<style>
a { background-color: #625EF4; }
a { background-color: rgb(98,94,244); }
div.DivClassName
{
background-color: #625EF4;
}
.BgClassName
{
background-color: #625EF4;
}
</style>
border-color css
<style>
span { border-color: #625EF4; }
span { border-color: rgb(98,94,244); }
td.TdClassName
{
border-color: #625EF4;
}
.TagClassName
{
border-color: #625EF4;
}
</style>