Shades of Neon Blue #6442F5
Tints of Neon Blue #6442F5
RGB
CMYK
RGB Variations
Color information
#6442F5 (or 0x6442F5) is known color: Neon Blue. HEX triplet: 64, 42 and F5. RGB value is (100,66,245). Sum of RGB (Red+Green+Blue) = 100+66+245=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 245 (96.09% from 255 or 59.61% from 411); Max value from RGB is 245 - color contains mainly: blue. Hex color #6442F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6442F5 is #9BBD0A. Grayscale: #5F5F5F. Windows color (decimal): -10206475 or 16073316. OLE color: 16073316.
HSL color Cylindrical-coordinate representation of color #6442F5: hue angle of 251.4º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6442F5 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 66 | 245 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.04 |
| HSL | 251.4º | 0.9% | 0.61% | - |
| HSV(B) | 251.4º | 0.73% | 0.96% | - |
| XYZ | 23.69 | 13.2 | 87.69 | - |
| YUV | 96.57 | 211.76 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 245 | 0.59 | 0.73 | 0 | 0.04 | 251.4 | 0.9 | 0.61 |
| Hex | 64 | 42 | F5 | 3B | 49 | 0 | 4 | FB | 5A | 3D |
| Octal | 144 | 102 | 365 | 73 | 111 | 0 | 4 | 373 | 132 | 75 |
| Binary | 1100100 | 1000010 | 11110101 | 111011 | 1001001 | 0 | 100 | 11111011 | 1011010 | 111101 |
Color Harmonies of #6442F5
Complementary color
Monochromatic Colors of #6442F5
Black with #6442F5
Text Example
Text Example
White with #6442F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6442F5; }
p { color: rgb(100,66,245); }
H1.HeaderClassName
{
color: #6442F5;
}
.AnyTagClassName
{
color: #6442F5;
}
</style>
background-color css
<style>
a { background-color: #6442F5; }
a { background-color: rgb(100,66,245); }
div.DivClassName
{
background-color: #6442F5;
}
.BgClassName
{
background-color: #6442F5;
}
</style>
border-color css
<style>
span { border-color: #6442F5; }
span { border-color: rgb(100,66,245); }
td.TdClassName
{
border-color: #6442F5;
}
.TagClassName
{
border-color: #6442F5;
}
</style>