Shades of Neon Blue #645DF9
Tints of Neon Blue #645DF9
RGB
CMYK
RGB Variations
Color information
#645DF9 (or 0x645DF9) is known color: Neon Blue. HEX triplet: 64, 5D and F9. RGB value is (100,93,249). Sum of RGB (Red+Green+Blue) = 100+93+249=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #645DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645DF9 is #9BA206. Grayscale: #707070. Windows color (decimal): -10199559 or 16342372. OLE color: 16342372.
HSL color Cylindrical-coordinate representation of color #645DF9: hue angle of 242.69º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #645DF9 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 93 | 249 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.02 |
| HSL | 242.69º | 0.93% | 0.67% | - |
| HSV(B) | 242.69º | 0.63% | 0.98% | - |
| XYZ | 26.27 | 17.38 | 91.59 | - |
| YUV | 112.88 | 204.82 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 249 | 0.60 | 0.63 | 0 | 0.02 | 242.69 | 0.93 | 0.67 |
| Hex | 64 | 5D | F9 | 3C | 3F | 0 | 2 | F3 | 5D | 43 |
| Octal | 144 | 135 | 371 | 74 | 77 | 0 | 2 | 363 | 135 | 103 |
| Binary | 1100100 | 1011101 | 11111001 | 111100 | 111111 | 0 | 10 | 11110011 | 1011101 | 1000011 |
Color Harmonies of #645DF9
Complementary color
Monochromatic Colors of #645DF9
Black with #645DF9
Text Example
Text Example
White with #645DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645DF9; }
p { color: rgb(100,93,249); }
H1.HeaderClassName
{
color: #645DF9;
}
.AnyTagClassName
{
color: #645DF9;
}
</style>
background-color css
<style>
a { background-color: #645DF9; }
a { background-color: rgb(100,93,249); }
div.DivClassName
{
background-color: #645DF9;
}
.BgClassName
{
background-color: #645DF9;
}
</style>
border-color css
<style>
span { border-color: #645DF9; }
span { border-color: rgb(100,93,249); }
td.TdClassName
{
border-color: #645DF9;
}
.TagClassName
{
border-color: #645DF9;
}
</style>