Shades of Neon Blue #644CFB
Tints of Neon Blue #644CFB
RGB
CMYK
RGB Variations
Color information
#644CFB (or 0x644CFB) is known color: Neon Blue. HEX triplet: 64, 4C and FB. RGB value is (100,76,251). Sum of RGB (Red+Green+Blue) = 100+76+251=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #644CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #644CFB is #9BB304. Grayscale: #666666. Windows color (decimal): -10203909 or 16469092. OLE color: 16469092.
HSL color Cylindrical-coordinate representation of color #644CFB: hue angle of 248.23º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #644CFB is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 76 | 251 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.02 |
| HSL | 248.23º | 0.96% | 0.64% | - |
| HSV(B) | 248.23º | 0.7% | 0.98% | - |
| XYZ | 25.25 | 14.84 | 92.8 | - |
| YUV | 103.13 | 211.45 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 251 | 0.60 | 0.70 | 0 | 0.02 | 248.23 | 0.96 | 0.64 |
| Hex | 64 | 4C | FB | 3C | 46 | 0 | 2 | F8 | 60 | 40 |
| Octal | 144 | 114 | 373 | 74 | 106 | 0 | 2 | 370 | 140 | 100 |
| Binary | 1100100 | 1001100 | 11111011 | 111100 | 1000110 | 0 | 10 | 11111000 | 1100000 | 1000000 |
Color Harmonies of #644CFB
Complementary color
Monochromatic Colors of #644CFB
Black with #644CFB
Text Example
Text Example
White with #644CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644CFB; }
p { color: rgb(100,76,251); }
H1.HeaderClassName
{
color: #644CFB;
}
.AnyTagClassName
{
color: #644CFB;
}
</style>
background-color css
<style>
a { background-color: #644CFB; }
a { background-color: rgb(100,76,251); }
div.DivClassName
{
background-color: #644CFB;
}
.BgClassName
{
background-color: #644CFB;
}
</style>
border-color css
<style>
span { border-color: #644CFB; }
span { border-color: rgb(100,76,251); }
td.TdClassName
{
border-color: #644CFB;
}
.TagClassName
{
border-color: #644CFB;
}
</style>