Shades of Neon Blue #624FFC
Tints of Neon Blue #624FFC
RGB
CMYK
RGB Variations
Color information
#624FFC (or 0x624FFC) is known color: Neon Blue. HEX triplet: 62, 4F and FC. RGB value is (98,79,252). Sum of RGB (Red+Green+Blue) = 98+79+252=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #624FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #624FFC is #9DB003. Grayscale: #676767. Windows color (decimal): -10334212 or 16535394. OLE color: 16535394.
HSL color Cylindrical-coordinate representation of color #624FFC: hue angle of 246.59º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #624FFC is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 79 | 252 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.01 |
| HSL | 246.59º | 0.97% | 0.65% | - |
| HSV(B) | 246.59º | 0.69% | 0.99% | - |
| XYZ | 25.4 | 15.22 | 93.69 | - |
| YUV | 104.4 | 211.29 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 252 | 0.61 | 0.69 | 0 | 0.01 | 246.59 | 0.97 | 0.65 |
| Hex | 62 | 4F | FC | 3D | 45 | 0 | 1 | F7 | 61 | 41 |
| Octal | 142 | 117 | 374 | 75 | 105 | 0 | 1 | 367 | 141 | 101 |
| Binary | 1100010 | 1001111 | 11111100 | 111101 | 1000101 | 0 | 1 | 11110111 | 1100001 | 1000001 |
Color Harmonies of #624FFC
Complementary color
Monochromatic Colors of #624FFC
Black with #624FFC
Text Example
Text Example
White with #624FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624FFC; }
p { color: rgb(98,79,252); }
H1.HeaderClassName
{
color: #624FFC;
}
.AnyTagClassName
{
color: #624FFC;
}
</style>
background-color css
<style>
a { background-color: #624FFC; }
a { background-color: rgb(98,79,252); }
div.DivClassName
{
background-color: #624FFC;
}
.BgClassName
{
background-color: #624FFC;
}
</style>
border-color css
<style>
span { border-color: #624FFC; }
span { border-color: rgb(98,79,252); }
td.TdClassName
{
border-color: #624FFC;
}
.TagClassName
{
border-color: #624FFC;
}
</style>