Shades of Neon Blue #6742FF
Tints of Neon Blue #6742FF
RGB
CMYK
RGB Variations
Color information
#6742FF (or 0x6742FF) is known color: Neon Blue. HEX triplet: 67, 42 and FF. RGB value is (103,66,255). Sum of RGB (Red+Green+Blue) = 103+66+255=424 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.29% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #6742FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6742FF is #98BD00. Grayscale: #616161. Windows color (decimal): -10009857 or 16728679. OLE color: 16728679.
HSL color Cylindrical-coordinate representation of color #6742FF: hue angle of 251.75º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6742FF is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 66 | 255 | - |
| CMYK | 0.60 | 0.74 | 0 | 0 |
| HSL | 251.75º | 1% | 0.63% | - |
| HSV(B) | 251.75º | 0.74% | 1% | - |
| XYZ | 25.59 | 14 | 95.96 | - |
| YUV | 98.61 | 216.26 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 255 | 0.60 | 0.74 | 0 | 0 | 251.75 | 1 | 0.63 |
| Hex | 67 | 42 | FF | 3C | 4A | 0 | 0 | FC | 64 | 3F |
| Octal | 147 | 102 | 377 | 74 | 112 | 0 | 0 | 374 | 144 | 77 |
| Binary | 1100111 | 1000010 | 11111111 | 111100 | 1001010 | 0 | 0 | 11111100 | 1100100 | 111111 |
Color Harmonies of #6742FF
Complementary color
Monochromatic Colors of #6742FF
Black with #6742FF
Text Example
Text Example
White with #6742FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6742FF; }
p { color: rgb(103,66,255); }
H1.HeaderClassName
{
color: #6742FF;
}
.AnyTagClassName
{
color: #6742FF;
}
</style>
background-color css
<style>
a { background-color: #6742FF; }
a { background-color: rgb(103,66,255); }
div.DivClassName
{
background-color: #6742FF;
}
.BgClassName
{
background-color: #6742FF;
}
</style>
border-color css
<style>
span { border-color: #6742FF; }
span { border-color: rgb(103,66,255); }
td.TdClassName
{
border-color: #6742FF;
}
.TagClassName
{
border-color: #6742FF;
}
</style>