Shades of Neon Blue #6166FB
Tints of Neon Blue #6166FB
RGB
CMYK
RGB Variations
Color information
#6166FB (or 0x6166FB) is known color: Neon Blue. HEX triplet: 61, 66 and FB. RGB value is (97,102,251). Sum of RGB (Red+Green+Blue) = 97+102+251=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #6166FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6166FB is #9E9904. Grayscale: #747474. Windows color (decimal): -10393861 or 16475745. OLE color: 16475745.
HSL color Cylindrical-coordinate representation of color #6166FB: hue angle of 238.05º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6166FB is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 102 | 251 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.02 |
| HSL | 238.05º | 0.95% | 0.68% | - |
| HSV(B) | 238.05º | 0.61% | 0.98% | - |
| XYZ | 27.09 | 19.01 | 93.51 | - |
| YUV | 117.49 | 203.34 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 251 | 0.61 | 0.59 | 0 | 0.02 | 238.05 | 0.95 | 0.68 |
| Hex | 61 | 66 | FB | 3D | 3B | 0 | 2 | EE | 5F | 44 |
| Octal | 141 | 146 | 373 | 75 | 73 | 0 | 2 | 356 | 137 | 104 |
| Binary | 1100001 | 1100110 | 11111011 | 111101 | 111011 | 0 | 10 | 11101110 | 1011111 | 1000100 |
Color Harmonies of #6166FB
Complementary color
Monochromatic Colors of #6166FB
Black with #6166FB
Text Example
Text Example
White with #6166FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6166FB; }
p { color: rgb(97,102,251); }
H1.HeaderClassName
{
color: #6166FB;
}
.AnyTagClassName
{
color: #6166FB;
}
</style>
background-color css
<style>
a { background-color: #6166FB; }
a { background-color: rgb(97,102,251); }
div.DivClassName
{
background-color: #6166FB;
}
.BgClassName
{
background-color: #6166FB;
}
</style>
border-color css
<style>
span { border-color: #6166FB; }
span { border-color: rgb(97,102,251); }
td.TdClassName
{
border-color: #6166FB;
}
.TagClassName
{
border-color: #6166FB;
}
</style>