Shades of Neon Blue #644AF3
Tints of Neon Blue #644AF3
RGB
CMYK
RGB Variations
Color information
#644AF3 (or 0x644AF3) is known color: Neon Blue. HEX triplet: 64, 4A and F3. RGB value is (100,74,243). Sum of RGB (Red+Green+Blue) = 100+74+243=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 243 (95.31% from 255 or 58.27% from 417); Max value from RGB is 243 - color contains mainly: blue. Hex color #644AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #644AF3 is #9BB50C. Grayscale: #646464. Windows color (decimal): -10204429 or 15944292. OLE color: 15944292.
HSL color Cylindrical-coordinate representation of color #644AF3: hue angle of 249.23º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #644AF3 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 74 | 243 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.05 |
| HSL | 249.23º | 0.88% | 0.62% | - |
| HSV(B) | 249.23º | 0.7% | 0.95% | - |
| XYZ | 23.88 | 14.08 | 86.25 | - |
| YUV | 101.04 | 208.11 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 243 | 0.59 | 0.70 | 0 | 0.05 | 249.23 | 0.88 | 0.62 |
| Hex | 64 | 4A | F3 | 3B | 46 | 0 | 5 | F9 | 58 | 3E |
| Octal | 144 | 112 | 363 | 73 | 106 | 0 | 5 | 371 | 130 | 76 |
| Binary | 1100100 | 1001010 | 11110011 | 111011 | 1000110 | 0 | 101 | 11111001 | 1011000 | 111110 |
Color Harmonies of #644AF3
Complementary color
Monochromatic Colors of #644AF3
Black with #644AF3
Text Example
Text Example
White with #644AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644AF3; }
p { color: rgb(100,74,243); }
H1.HeaderClassName
{
color: #644AF3;
}
.AnyTagClassName
{
color: #644AF3;
}
</style>
background-color css
<style>
a { background-color: #644AF3; }
a { background-color: rgb(100,74,243); }
div.DivClassName
{
background-color: #644AF3;
}
.BgClassName
{
background-color: #644AF3;
}
</style>
border-color css
<style>
span { border-color: #644AF3; }
span { border-color: rgb(100,74,243); }
td.TdClassName
{
border-color: #644AF3;
}
.TagClassName
{
border-color: #644AF3;
}
</style>