Shades of Neon Blue #683CF1
Tints of Neon Blue #683CF1
RGB
CMYK
RGB Variations
Color information
#683CF1 (or 0x683CF1) is known color: Neon Blue. HEX triplet: 68, 3C and F1. RGB value is (104,60,241). Sum of RGB (Red+Green+Blue) = 104+60+241=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 241 (94.53% from 255 or 59.51% from 405); Max value from RGB is 241 - color contains mainly: blue. Hex color #683CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683CF1 is #97C30E. Grayscale: #5D5D5D. Windows color (decimal): -9945871 or 15809640. OLE color: 15809640.
HSL color Cylindrical-coordinate representation of color #683CF1: hue angle of 254.59º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #683CF1 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 60 | 241 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.05 |
| HSL | 254.59º | 0.87% | 0.59% | - |
| HSV(B) | 254.59º | 0.75% | 0.95% | - |
| XYZ | 23.2 | 12.53 | 84.41 | - |
| YUV | 93.79 | 211.08 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 241 | 0.57 | 0.75 | 0 | 0.05 | 254.59 | 0.87 | 0.59 |
| Hex | 68 | 3C | F1 | 39 | 4B | 0 | 5 | FF | 57 | 3B |
| Octal | 150 | 74 | 361 | 71 | 113 | 0 | 5 | 377 | 127 | 73 |
| Binary | 1101000 | 111100 | 11110001 | 111001 | 1001011 | 0 | 101 | 11111111 | 1010111 | 111011 |
Color Harmonies of #683CF1
Complementary color
Monochromatic Colors of #683CF1
Black with #683CF1
Text Example
Text Example
White with #683CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CF1; }
p { color: rgb(104,60,241); }
H1.HeaderClassName
{
color: #683CF1;
}
.AnyTagClassName
{
color: #683CF1;
}
</style>
background-color css
<style>
a { background-color: #683CF1; }
a { background-color: rgb(104,60,241); }
div.DivClassName
{
background-color: #683CF1;
}
.BgClassName
{
background-color: #683CF1;
}
</style>
border-color css
<style>
span { border-color: #683CF1; }
span { border-color: rgb(104,60,241); }
td.TdClassName
{
border-color: #683CF1;
}
.TagClassName
{
border-color: #683CF1;
}
</style>