Shades of Neon Blue #683FFB
Tints of Neon Blue #683FFB
RGB
CMYK
RGB Variations
Color information
#683FFB (or 0x683FFB) is known color: Neon Blue. HEX triplet: 68, 3F and FB. RGB value is (104,63,251). Sum of RGB (Red+Green+Blue) = 104+63+251=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #683FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683FFB is #97C004. Grayscale: #5F5F5F. Windows color (decimal): -9945093 or 16465768. OLE color: 16465768.
HSL color Cylindrical-coordinate representation of color #683FFB: hue angle of 253.09º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #683FFB is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 63 | 251 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.02 |
| HSL | 253.09º | 0.96% | 0.62% | - |
| HSV(B) | 253.09º | 0.75% | 0.98% | - |
| XYZ | 24.9 | 13.46 | 92.55 | - |
| YUV | 96.69 | 215.08 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 251 | 0.59 | 0.75 | 0 | 0.02 | 253.09 | 0.96 | 0.62 |
| Hex | 68 | 3F | FB | 3B | 4B | 0 | 2 | FD | 60 | 3E |
| Octal | 150 | 77 | 373 | 73 | 113 | 0 | 2 | 375 | 140 | 76 |
| Binary | 1101000 | 111111 | 11111011 | 111011 | 1001011 | 0 | 10 | 11111101 | 1100000 | 111110 |
Color Harmonies of #683FFB
Complementary color
Monochromatic Colors of #683FFB
Black with #683FFB
Text Example
Text Example
White with #683FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683FFB; }
p { color: rgb(104,63,251); }
H1.HeaderClassName
{
color: #683FFB;
}
.AnyTagClassName
{
color: #683FFB;
}
</style>
background-color css
<style>
a { background-color: #683FFB; }
a { background-color: rgb(104,63,251); }
div.DivClassName
{
background-color: #683FFB;
}
.BgClassName
{
background-color: #683FFB;
}
</style>
border-color css
<style>
span { border-color: #683FFB; }
span { border-color: rgb(104,63,251); }
td.TdClassName
{
border-color: #683FFB;
}
.TagClassName
{
border-color: #683FFB;
}
</style>