Shades of Neon Blue #6742F2
Tints of Neon Blue #6742F2
RGB
CMYK
RGB Variations
Color information
#6742F2 (or 0x6742F2) is known color: Neon Blue. HEX triplet: 67, 42 and F2. RGB value is (103,66,242). Sum of RGB (Red+Green+Blue) = 103+66+242=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 242 (94.92% from 255 or 58.88% from 411); Max value from RGB is 242 - color contains mainly: blue. Hex color #6742F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6742F2 is #98BD0D. Grayscale: #606060. Windows color (decimal): -10009870 or 15876711. OLE color: 15876711.
HSL color Cylindrical-coordinate representation of color #6742F2: hue angle of 252.61º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6742F2 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 66 | 242 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.05 |
| HSL | 252.61º | 0.87% | 0.6% | - |
| HSV(B) | 252.61º | 0.73% | 0.95% | - |
| XYZ | 23.57 | 13.19 | 85.31 | - |
| YUV | 97.13 | 209.76 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 242 | 0.57 | 0.73 | 0 | 0.05 | 252.61 | 0.87 | 0.6 |
| Hex | 67 | 42 | F2 | 39 | 49 | 0 | 5 | FD | 57 | 3C |
| Octal | 147 | 102 | 362 | 71 | 111 | 0 | 5 | 375 | 127 | 74 |
| Binary | 1100111 | 1000010 | 11110010 | 111001 | 1001001 | 0 | 101 | 11111101 | 1010111 | 111100 |
Color Harmonies of #6742F2
Complementary color
Monochromatic Colors of #6742F2
Black with #6742F2
Text Example
Text Example
White with #6742F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6742F2; }
p { color: rgb(103,66,242); }
H1.HeaderClassName
{
color: #6742F2;
}
.AnyTagClassName
{
color: #6742F2;
}
</style>
background-color css
<style>
a { background-color: #6742F2; }
a { background-color: rgb(103,66,242); }
div.DivClassName
{
background-color: #6742F2;
}
.BgClassName
{
background-color: #6742F2;
}
</style>
border-color css
<style>
span { border-color: #6742F2; }
span { border-color: rgb(103,66,242); }
td.TdClassName
{
border-color: #6742F2;
}
.TagClassName
{
border-color: #6742F2;
}
</style>