Shades of Neon Blue #693CFB
Tints of Neon Blue #693CFB
RGB
CMYK
RGB Variations
Color information
#693CFB (or 0x693CFB) is known color: Neon Blue. HEX triplet: 69, 3C and FB. RGB value is (105,60,251). Sum of RGB (Red+Green+Blue) = 105+60+251=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #693CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693CFB is #96C304. Grayscale: #5E5E5E. Windows color (decimal): -9880325 or 16465001. OLE color: 16465001.
HSL color Cylindrical-coordinate representation of color #693CFB: hue angle of 254.14º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #693CFB is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 60 | 251 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.02 |
| HSL | 254.14º | 0.96% | 0.61% | - |
| HSV(B) | 254.14º | 0.76% | 0.98% | - |
| XYZ | 24.85 | 13.2 | 92.5 | - |
| YUV | 95.23 | 215.91 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 251 | 0.58 | 0.76 | 0 | 0.02 | 254.14 | 0.96 | 0.61 |
| Hex | 69 | 3C | FB | 3A | 4C | 0 | 2 | FE | 60 | 3D |
| Octal | 151 | 74 | 373 | 72 | 114 | 0 | 2 | 376 | 140 | 75 |
| Binary | 1101001 | 111100 | 11111011 | 111010 | 1001100 | 0 | 10 | 11111110 | 1100000 | 111101 |
Color Harmonies of #693CFB
Complementary color
Monochromatic Colors of #693CFB
Black with #693CFB
Text Example
Text Example
White with #693CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693CFB; }
p { color: rgb(105,60,251); }
H1.HeaderClassName
{
color: #693CFB;
}
.AnyTagClassName
{
color: #693CFB;
}
</style>
background-color css
<style>
a { background-color: #693CFB; }
a { background-color: rgb(105,60,251); }
div.DivClassName
{
background-color: #693CFB;
}
.BgClassName
{
background-color: #693CFB;
}
</style>
border-color css
<style>
span { border-color: #693CFB; }
span { border-color: rgb(105,60,251); }
td.TdClassName
{
border-color: #693CFB;
}
.TagClassName
{
border-color: #693CFB;
}
</style>