Shades of Neon Blue #623FFC
Tints of Neon Blue #623FFC
RGB
CMYK
RGB Variations
Color information
#623FFC (or 0x623FFC) is known color: Neon Blue. HEX triplet: 62, 3F and FC. RGB value is (98,63,252). Sum of RGB (Red+Green+Blue) = 98+63+252=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #623FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #623FFC is #9DC003. Grayscale: #5E5E5E. Windows color (decimal): -10338308 or 16531298. OLE color: 16531298.
HSL color Cylindrical-coordinate representation of color #623FFC: hue angle of 251.11º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #623FFC is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 63 | 252 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.01 |
| HSL | 251.11º | 0.97% | 0.62% | - |
| HSV(B) | 251.11º | 0.75% | 0.99% | - |
| XYZ | 24.39 | 13.18 | 93.35 | - |
| YUV | 95.01 | 216.6 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 63 | 252 | 0.61 | 0.75 | 0 | 0.01 | 251.11 | 0.97 | 0.62 |
| Hex | 62 | 3F | FC | 3D | 4B | 0 | 1 | FB | 61 | 3E |
| Octal | 142 | 77 | 374 | 75 | 113 | 0 | 1 | 373 | 141 | 76 |
| Binary | 1100010 | 111111 | 11111100 | 111101 | 1001011 | 0 | 1 | 11111011 | 1100001 | 111110 |
Color Harmonies of #623FFC
Complementary color
Monochromatic Colors of #623FFC
Black with #623FFC
Text Example
Text Example
White with #623FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623FFC; }
p { color: rgb(98,63,252); }
H1.HeaderClassName
{
color: #623FFC;
}
.AnyTagClassName
{
color: #623FFC;
}
</style>
background-color css
<style>
a { background-color: #623FFC; }
a { background-color: rgb(98,63,252); }
div.DivClassName
{
background-color: #623FFC;
}
.BgClassName
{
background-color: #623FFC;
}
</style>
border-color css
<style>
span { border-color: #623FFC; }
span { border-color: rgb(98,63,252); }
td.TdClassName
{
border-color: #623FFC;
}
.TagClassName
{
border-color: #623FFC;
}
</style>