Shades of Neon Blue #6742FA
Tints of Neon Blue #6742FA
RGB
CMYK
RGB Variations
Color information
#6742FA (or 0x6742FA) is known color: Neon Blue. HEX triplet: 67, 42 and FA. RGB value is (103,66,250). Sum of RGB (Red+Green+Blue) = 103+66+250=419 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.58% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #6742FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6742FA is #98BD05. Grayscale: #616161. Windows color (decimal): -10009862 or 16400999. OLE color: 16400999.
HSL color Cylindrical-coordinate representation of color #6742FA: hue angle of 252.07º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6742FA is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 66 | 250 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.02 |
| HSL | 252.07º | 0.95% | 0.62% | - |
| HSV(B) | 252.07º | 0.74% | 0.98% | - |
| XYZ | 24.8 | 13.68 | 91.78 | - |
| YUV | 98.04 | 213.76 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 250 | 0.59 | 0.74 | 0 | 0.02 | 252.07 | 0.95 | 0.62 |
| Hex | 67 | 42 | FA | 3B | 4A | 0 | 2 | FC | 5F | 3E |
| Octal | 147 | 102 | 372 | 73 | 112 | 0 | 2 | 374 | 137 | 76 |
| Binary | 1100111 | 1000010 | 11111010 | 111011 | 1001010 | 0 | 10 | 11111100 | 1011111 | 111110 |
Color Harmonies of #6742FA
Complementary color
Monochromatic Colors of #6742FA
Black with #6742FA
Text Example
Text Example
White with #6742FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6742FA; }
p { color: rgb(103,66,250); }
H1.HeaderClassName
{
color: #6742FA;
}
.AnyTagClassName
{
color: #6742FA;
}
</style>
background-color css
<style>
a { background-color: #6742FA; }
a { background-color: rgb(103,66,250); }
div.DivClassName
{
background-color: #6742FA;
}
.BgClassName
{
background-color: #6742FA;
}
</style>
border-color css
<style>
span { border-color: #6742FA; }
span { border-color: rgb(103,66,250); }
td.TdClassName
{
border-color: #6742FA;
}
.TagClassName
{
border-color: #6742FA;
}
</style>