Shades of Neon Blue #683DFC
Tints of Neon Blue #683DFC
RGB
CMYK
RGB Variations
Color information
#683DFC (or 0x683DFC) is known color: Neon Blue. HEX triplet: 68, 3D and FC. RGB value is (104,61,252). Sum of RGB (Red+Green+Blue) = 104+61+252=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #683DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683DFC is #97C203. Grayscale: #5E5E5E. Windows color (decimal): -9945604 or 16530792. OLE color: 16530792.
HSL color Cylindrical-coordinate representation of color #683DFC: hue angle of 253.51º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #683DFC is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 61 | 252 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.01 |
| HSL | 253.51º | 0.97% | 0.61% | - |
| HSV(B) | 253.51º | 0.76% | 0.99% | - |
| XYZ | 24.95 | 13.31 | 93.35 | - |
| YUV | 95.63 | 216.25 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 252 | 0.59 | 0.76 | 0 | 0.01 | 253.51 | 0.97 | 0.61 |
| Hex | 68 | 3D | FC | 3B | 4C | 0 | 1 | FE | 61 | 3D |
| Octal | 150 | 75 | 374 | 73 | 114 | 0 | 1 | 376 | 141 | 75 |
| Binary | 1101000 | 111101 | 11111100 | 111011 | 1001100 | 0 | 1 | 11111110 | 1100001 | 111101 |
Color Harmonies of #683DFC
Complementary color
Monochromatic Colors of #683DFC
Black with #683DFC
Text Example
Text Example
White with #683DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683DFC; }
p { color: rgb(104,61,252); }
H1.HeaderClassName
{
color: #683DFC;
}
.AnyTagClassName
{
color: #683DFC;
}
</style>
background-color css
<style>
a { background-color: #683DFC; }
a { background-color: rgb(104,61,252); }
div.DivClassName
{
background-color: #683DFC;
}
.BgClassName
{
background-color: #683DFC;
}
</style>
border-color css
<style>
span { border-color: #683DFC; }
span { border-color: rgb(104,61,252); }
td.TdClassName
{
border-color: #683DFC;
}
.TagClassName
{
border-color: #683DFC;
}
</style>