Shades of Neon Blue #625BFB
Tints of Neon Blue #625BFB
RGB
CMYK
RGB Variations
Color information
#625BFB (or 0x625BFB) is known color: Neon Blue. HEX triplet: 62, 5B and FB. RGB value is (98,91,251). Sum of RGB (Red+Green+Blue) = 98+91+251=440 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.27% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #625BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625BFB is #9DA404. Grayscale: #6E6E6E. Windows color (decimal): -10331141 or 16472930. OLE color: 16472930.
HSL color Cylindrical-coordinate representation of color #625BFB: hue angle of 242.62º degrees, saturation: 0.95, 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 #625BFB is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 91 | 251 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.02 |
| HSL | 242.63º | 0.95% | 0.67% | - |
| HSV(B) | 242.63º | 0.64% | 0.98% | - |
| XYZ | 26.19 | 17.04 | 93.18 | - |
| YUV | 111.33 | 206.82 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 251 | 0.61 | 0.64 | 0 | 0.02 | 242.63 | 0.95 | 0.67 |
| Hex | 62 | 5B | FB | 3D | 40 | 0 | 2 | F3 | 5F | 43 |
| Octal | 142 | 133 | 373 | 75 | 100 | 0 | 2 | 363 | 137 | 103 |
| Binary | 1100010 | 1011011 | 11111011 | 111101 | 1000000 | 0 | 10 | 11110011 | 1011111 | 1000011 |
Color Harmonies of #625BFB
Complementary color
Monochromatic Colors of #625BFB
Black with #625BFB
Text Example
Text Example
White with #625BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625BFB; }
p { color: rgb(98,91,251); }
H1.HeaderClassName
{
color: #625BFB;
}
.AnyTagClassName
{
color: #625BFB;
}
</style>
background-color css
<style>
a { background-color: #625BFB; }
a { background-color: rgb(98,91,251); }
div.DivClassName
{
background-color: #625BFB;
}
.BgClassName
{
background-color: #625BFB;
}
</style>
border-color css
<style>
span { border-color: #625BFB; }
span { border-color: rgb(98,91,251); }
td.TdClassName
{
border-color: #625BFB;
}
.TagClassName
{
border-color: #625BFB;
}
</style>