Shades of Neon Blue #644FFB
Tints of Neon Blue #644FFB
RGB
CMYK
RGB Variations
Color information
#644FFB (or 0x644FFB) is known color: Neon Blue. HEX triplet: 64, 4F and FB. RGB value is (100,79,251). Sum of RGB (Red+Green+Blue) = 100+79+251=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #644FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #644FFB is #9BB004. Grayscale: #686868. Windows color (decimal): -10203141 or 16469860. OLE color: 16469860.
HSL color Cylindrical-coordinate representation of color #644FFB: hue angle of 247.33º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #644FFB is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 79 | 251 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.02 |
| HSL | 247.33º | 0.96% | 0.65% | - |
| HSV(B) | 247.33º | 0.69% | 0.98% | - |
| XYZ | 25.46 | 15.27 | 92.87 | - |
| YUV | 104.89 | 210.46 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 251 | 0.60 | 0.69 | 0 | 0.02 | 247.33 | 0.96 | 0.65 |
| Hex | 64 | 4F | FB | 3C | 45 | 0 | 2 | F7 | 60 | 41 |
| Octal | 144 | 117 | 373 | 74 | 105 | 0 | 2 | 367 | 140 | 101 |
| Binary | 1100100 | 1001111 | 11111011 | 111100 | 1000101 | 0 | 10 | 11110111 | 1100000 | 1000001 |
Color Harmonies of #644FFB
Complementary color
Monochromatic Colors of #644FFB
Black with #644FFB
Text Example
Text Example
White with #644FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644FFB; }
p { color: rgb(100,79,251); }
H1.HeaderClassName
{
color: #644FFB;
}
.AnyTagClassName
{
color: #644FFB;
}
</style>
background-color css
<style>
a { background-color: #644FFB; }
a { background-color: rgb(100,79,251); }
div.DivClassName
{
background-color: #644FFB;
}
.BgClassName
{
background-color: #644FFB;
}
</style>
border-color css
<style>
span { border-color: #644FFB; }
span { border-color: rgb(100,79,251); }
td.TdClassName
{
border-color: #644FFB;
}
.TagClassName
{
border-color: #644FFB;
}
</style>