Shades of Neon Blue #6644FA
Tints of Neon Blue #6644FA
RGB
CMYK
RGB Variations
Color information
#6644FA (or 0x6644FA) is known color: Neon Blue. HEX triplet: 66, 44 and FA. RGB value is (102,68,250). Sum of RGB (Red+Green+Blue) = 102+68+250=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #6644FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6644FA is #99BB05. Grayscale: #626262. Windows color (decimal): -10074886 or 16401510. OLE color: 16401510.
HSL color Cylindrical-coordinate representation of color #6644FA: hue angle of 251.21º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6644FA is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 68 | 250 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.02 |
| HSL | 251.21º | 0.95% | 0.62% | - |
| HSV(B) | 251.21º | 0.73% | 0.98% | - |
| XYZ | 24.8 | 13.86 | 91.81 | - |
| YUV | 98.91 | 213.26 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 250 | 0.59 | 0.73 | 0 | 0.02 | 251.21 | 0.95 | 0.62 |
| Hex | 66 | 44 | FA | 3B | 49 | 0 | 2 | FB | 5F | 3E |
| Octal | 146 | 104 | 372 | 73 | 111 | 0 | 2 | 373 | 137 | 76 |
| Binary | 1100110 | 1000100 | 11111010 | 111011 | 1001001 | 0 | 10 | 11111011 | 1011111 | 111110 |
Color Harmonies of #6644FA
Complementary color
Monochromatic Colors of #6644FA
Black with #6644FA
Text Example
Text Example
White with #6644FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6644FA; }
p { color: rgb(102,68,250); }
H1.HeaderClassName
{
color: #6644FA;
}
.AnyTagClassName
{
color: #6644FA;
}
</style>
background-color css
<style>
a { background-color: #6644FA; }
a { background-color: rgb(102,68,250); }
div.DivClassName
{
background-color: #6644FA;
}
.BgClassName
{
background-color: #6644FA;
}
</style>
border-color css
<style>
span { border-color: #6644FA; }
span { border-color: rgb(102,68,250); }
td.TdClassName
{
border-color: #6644FA;
}
.TagClassName
{
border-color: #6644FA;
}
</style>