Shades of Neon Blue #625BFA
Tints of Neon Blue #625BFA
RGB
CMYK
RGB Variations
Color information
#625BFA (or 0x625BFA) is known color: Neon Blue. HEX triplet: 62, 5B and FA. RGB value is (98,91,250). Sum of RGB (Red+Green+Blue) = 98+91+250=439 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.32% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #625BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625BFA is #9DA405. Grayscale: #6E6E6E. Windows color (decimal): -10331142 or 16407394. OLE color: 16407394.
HSL color Cylindrical-coordinate representation of color #625BFA: hue angle of 242.64º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #625BFA is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 91 | 250 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.02 |
| HSL | 242.64º | 0.94% | 0.67% | - |
| HSV(B) | 242.64º | 0.64% | 0.98% | - |
| XYZ | 26.03 | 16.98 | 92.35 | - |
| YUV | 111.22 | 206.32 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 250 | 0.61 | 0.64 | 0 | 0.02 | 242.64 | 0.94 | 0.67 |
| Hex | 62 | 5B | FA | 3D | 40 | 0 | 2 | F3 | 5E | 43 |
| Octal | 142 | 133 | 372 | 75 | 100 | 0 | 2 | 363 | 136 | 103 |
| Binary | 1100010 | 1011011 | 11111010 | 111101 | 1000000 | 0 | 10 | 11110011 | 1011110 | 1000011 |
Color Harmonies of #625BFA
Complementary color
Monochromatic Colors of #625BFA
Black with #625BFA
Text Example
Text Example
White with #625BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625BFA; }
p { color: rgb(98,91,250); }
H1.HeaderClassName
{
color: #625BFA;
}
.AnyTagClassName
{
color: #625BFA;
}
</style>
background-color css
<style>
a { background-color: #625BFA; }
a { background-color: rgb(98,91,250); }
div.DivClassName
{
background-color: #625BFA;
}
.BgClassName
{
background-color: #625BFA;
}
</style>
border-color css
<style>
span { border-color: #625BFA; }
span { border-color: rgb(98,91,250); }
td.TdClassName
{
border-color: #625BFA;
}
.TagClassName
{
border-color: #625BFA;
}
</style>