Shades of Neon Blue #6742F3
Tints of Neon Blue #6742F3
RGB
CMYK
RGB Variations
Color information
#6742F3 (or 0x6742F3) is known color: Neon Blue. HEX triplet: 67, 42 and F3. RGB value is (103,66,243). Sum of RGB (Red+Green+Blue) = 103+66+243=412 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 243 (95.31% from 255 or 58.98% from 412); Max value from RGB is 243 - color contains mainly: blue. Hex color #6742F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6742F3 is #98BD0C. Grayscale: #606060. Windows color (decimal): -10009869 or 15942247. OLE color: 15942247.
HSL color Cylindrical-coordinate representation of color #6742F3: hue angle of 252.54º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6742F3 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 66 | 243 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.05 |
| HSL | 252.54º | 0.88% | 0.61% | - |
| HSV(B) | 252.54º | 0.73% | 0.95% | - |
| XYZ | 23.72 | 13.25 | 86.1 | - |
| YUV | 97.24 | 210.26 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 243 | 0.58 | 0.73 | 0 | 0.05 | 252.54 | 0.88 | 0.61 |
| Hex | 67 | 42 | F3 | 3A | 49 | 0 | 5 | FD | 58 | 3D |
| Octal | 147 | 102 | 363 | 72 | 111 | 0 | 5 | 375 | 130 | 75 |
| Binary | 1100111 | 1000010 | 11110011 | 111010 | 1001001 | 0 | 101 | 11111101 | 1011000 | 111101 |
Color Harmonies of #6742F3
Complementary color
Monochromatic Colors of #6742F3
Black with #6742F3
Text Example
Text Example
White with #6742F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6742F3; }
p { color: rgb(103,66,243); }
H1.HeaderClassName
{
color: #6742F3;
}
.AnyTagClassName
{
color: #6742F3;
}
</style>
background-color css
<style>
a { background-color: #6742F3; }
a { background-color: rgb(103,66,243); }
div.DivClassName
{
background-color: #6742F3;
}
.BgClassName
{
background-color: #6742F3;
}
</style>
border-color css
<style>
span { border-color: #6742F3; }
span { border-color: rgb(103,66,243); }
td.TdClassName
{
border-color: #6742F3;
}
.TagClassName
{
border-color: #6742F3;
}
</style>