Shades of Neon Blue #693FFB
Tints of Neon Blue #693FFB
RGB
CMYK
RGB Variations
Color information
#693FFB (or 0x693FFB) is known color: Neon Blue. HEX triplet: 69, 3F and FB. RGB value is (105,63,251). Sum of RGB (Red+Green+Blue) = 105+63+251=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #693FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693FFB is #96C004. Grayscale: #606060. Windows color (decimal): -9879557 or 16465769. OLE color: 16465769.
HSL color Cylindrical-coordinate representation of color #693FFB: hue angle of 253.4º 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 #693FFB is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 63 | 251 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.02 |
| HSL | 253.4º | 0.96% | 0.62% | - |
| HSV(B) | 253.4º | 0.75% | 0.98% | - |
| XYZ | 25.02 | 13.52 | 92.56 | - |
| YUV | 96.99 | 214.91 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 251 | 0.58 | 0.75 | 0 | 0.02 | 253.4 | 0.96 | 0.62 |
| Hex | 69 | 3F | FB | 3A | 4B | 0 | 2 | FD | 60 | 3E |
| Octal | 151 | 77 | 373 | 72 | 113 | 0 | 2 | 375 | 140 | 76 |
| Binary | 1101001 | 111111 | 11111011 | 111010 | 1001011 | 0 | 10 | 11111101 | 1100000 | 111110 |
Color Harmonies of #693FFB
Complementary color
Monochromatic Colors of #693FFB
Black with #693FFB
Text Example
Text Example
White with #693FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693FFB; }
p { color: rgb(105,63,251); }
H1.HeaderClassName
{
color: #693FFB;
}
.AnyTagClassName
{
color: #693FFB;
}
</style>
background-color css
<style>
a { background-color: #693FFB; }
a { background-color: rgb(105,63,251); }
div.DivClassName
{
background-color: #693FFB;
}
.BgClassName
{
background-color: #693FFB;
}
</style>
border-color css
<style>
span { border-color: #693FFB; }
span { border-color: rgb(105,63,251); }
td.TdClassName
{
border-color: #693FFB;
}
.TagClassName
{
border-color: #693FFB;
}
</style>