Shades of Neon Blue #6651F8
Tints of Neon Blue #6651F8
RGB
CMYK
RGB Variations
Color information
#6651F8 (or 0x6651F8) is known color: Neon Blue. HEX triplet: 66, 51 and F8. RGB value is (102,81,248). Sum of RGB (Red+Green+Blue) = 102+81+248=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 248 (97.27% from 255 or 57.54% from 431); Max value from RGB is 248 - color contains mainly: blue. Hex color #6651F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6651F8 is #99AE07. Grayscale: #696969. Windows color (decimal): -10071560 or 16273766. OLE color: 16273766.
HSL color Cylindrical-coordinate representation of color #6651F8: hue angle of 247.54º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6651F8 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 81 | 248 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.03 |
| HSL | 247.54º | 0.92% | 0.65% | - |
| HSV(B) | 247.54º | 0.67% | 0.97% | - |
| XYZ | 25.37 | 15.49 | 90.46 | - |
| YUV | 106.32 | 207.96 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 248 | 0.59 | 0.67 | 0 | 0.03 | 247.54 | 0.92 | 0.65 |
| Hex | 66 | 51 | F8 | 3B | 43 | 0 | 3 | F8 | 5C | 41 |
| Octal | 146 | 121 | 370 | 73 | 103 | 0 | 3 | 370 | 134 | 101 |
| Binary | 1100110 | 1010001 | 11111000 | 111011 | 1000011 | 0 | 11 | 11111000 | 1011100 | 1000001 |
Color Harmonies of #6651F8
Complementary color
Monochromatic Colors of #6651F8
Black with #6651F8
Text Example
Text Example
White with #6651F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6651F8; }
p { color: rgb(102,81,248); }
H1.HeaderClassName
{
color: #6651F8;
}
.AnyTagClassName
{
color: #6651F8;
}
</style>
background-color css
<style>
a { background-color: #6651F8; }
a { background-color: rgb(102,81,248); }
div.DivClassName
{
background-color: #6651F8;
}
.BgClassName
{
background-color: #6651F8;
}
</style>
border-color css
<style>
span { border-color: #6651F8; }
span { border-color: rgb(102,81,248); }
td.TdClassName
{
border-color: #6651F8;
}
.TagClassName
{
border-color: #6651F8;
}
</style>