Shades of Neon Blue #624CFC
Tints of Neon Blue #624CFC
RGB
CMYK
RGB Variations
Color information
#624CFC (or 0x624CFC) is known color: Neon Blue. HEX triplet: 62, 4C and FC. RGB value is (98,76,252). Sum of RGB (Red+Green+Blue) = 98+76+252=426 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.00% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #624CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #624CFC is #9DB303. Grayscale: #656565. Windows color (decimal): -10334980 or 16534626. OLE color: 16534626.
HSL color Cylindrical-coordinate representation of color #624CFC: hue angle of 247.5º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #624CFC is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 76 | 252 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.01 |
| HSL | 247.5º | 0.97% | 0.64% | - |
| HSV(B) | 247.5º | 0.7% | 0.99% | - |
| XYZ | 25.19 | 14.79 | 93.62 | - |
| YUV | 102.64 | 212.29 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 252 | 0.61 | 0.70 | 0 | 0.01 | 247.5 | 0.97 | 0.64 |
| Hex | 62 | 4C | FC | 3D | 46 | 0 | 1 | F8 | 61 | 40 |
| Octal | 142 | 114 | 374 | 75 | 106 | 0 | 1 | 370 | 141 | 100 |
| Binary | 1100010 | 1001100 | 11111100 | 111101 | 1000110 | 0 | 1 | 11111000 | 1100001 | 1000000 |
Color Harmonies of #624CFC
Complementary color
Monochromatic Colors of #624CFC
Black with #624CFC
Text Example
Text Example
White with #624CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624CFC; }
p { color: rgb(98,76,252); }
H1.HeaderClassName
{
color: #624CFC;
}
.AnyTagClassName
{
color: #624CFC;
}
</style>
background-color css
<style>
a { background-color: #624CFC; }
a { background-color: rgb(98,76,252); }
div.DivClassName
{
background-color: #624CFC;
}
.BgClassName
{
background-color: #624CFC;
}
</style>
border-color css
<style>
span { border-color: #624CFC; }
span { border-color: rgb(98,76,252); }
td.TdClassName
{
border-color: #624CFC;
}
.TagClassName
{
border-color: #624CFC;
}
</style>