Shades of Neon Blue #625DF3
Tints of Neon Blue #625DF3
RGB
CMYK
RGB Variations
Color information
#625DF3 (or 0x625DF3) is known color: Neon Blue. HEX triplet: 62, 5D and F3. RGB value is (98,93,243). Sum of RGB (Red+Green+Blue) = 98+93+243=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 243 (95.31% from 255 or 55.99% from 434); Max value from RGB is 243 - color contains mainly: blue. Hex color #625DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625DF3 is #9DA20C. Grayscale: #6F6F6F. Windows color (decimal): -10330637 or 15949154. OLE color: 15949154.
HSL color Cylindrical-coordinate representation of color #625DF3: hue angle of 242º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #625DF3 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 93 | 243 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.05 |
| HSL | 242º | 0.86% | 0.66% | - |
| HSV(B) | 242º | 0.62% | 0.95% | - |
| XYZ | 25.13 | 16.9 | 86.73 | - |
| YUV | 111.6 | 202.16 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 243 | 0.60 | 0.62 | 0 | 0.05 | 242 | 0.86 | 0.66 |
| Hex | 62 | 5D | F3 | 3C | 3E | 0 | 5 | F2 | 56 | 42 |
| Octal | 142 | 135 | 363 | 74 | 76 | 0 | 5 | 362 | 126 | 102 |
| Binary | 1100010 | 1011101 | 11110011 | 111100 | 111110 | 0 | 101 | 11110010 | 1010110 | 1000010 |
Color Harmonies of #625DF3
Complementary color
Monochromatic Colors of #625DF3
Black with #625DF3
Text Example
Text Example
White with #625DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625DF3; }
p { color: rgb(98,93,243); }
H1.HeaderClassName
{
color: #625DF3;
}
.AnyTagClassName
{
color: #625DF3;
}
</style>
background-color css
<style>
a { background-color: #625DF3; }
a { background-color: rgb(98,93,243); }
div.DivClassName
{
background-color: #625DF3;
}
.BgClassName
{
background-color: #625DF3;
}
</style>
border-color css
<style>
span { border-color: #625DF3; }
span { border-color: rgb(98,93,243); }
td.TdClassName
{
border-color: #625DF3;
}
.TagClassName
{
border-color: #625DF3;
}
</style>