Shades of Neon Blue #6742FB
Tints of Neon Blue #6742FB
RGB
CMYK
RGB Variations
Color information
#6742FB (or 0x6742FB) is known color: Neon Blue. HEX triplet: 67, 42 and FB. RGB value is (103,66,251). Sum of RGB (Red+Green+Blue) = 103+66+251=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #6742FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6742FB is #98BD04. Grayscale: #616161. Windows color (decimal): -10009861 or 16466535. OLE color: 16466535.
HSL color Cylindrical-coordinate representation of color #6742FB: hue angle of 252º degrees, saturation: 0.96, 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 #6742FB is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 66 | 251 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.02 |
| HSL | 252º | 0.96% | 0.62% | - |
| HSV(B) | 252º | 0.74% | 0.98% | - |
| XYZ | 24.95 | 13.75 | 92.6 | - |
| YUV | 98.15 | 214.26 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 251 | 0.59 | 0.74 | 0 | 0.02 | 252 | 0.96 | 0.62 |
| Hex | 67 | 42 | FB | 3B | 4A | 0 | 2 | FC | 60 | 3E |
| Octal | 147 | 102 | 373 | 73 | 112 | 0 | 2 | 374 | 140 | 76 |
| Binary | 1100111 | 1000010 | 11111011 | 111011 | 1001010 | 0 | 10 | 11111100 | 1100000 | 111110 |
Color Harmonies of #6742FB
Complementary color
Monochromatic Colors of #6742FB
Black with #6742FB
Text Example
Text Example
White with #6742FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6742FB; }
p { color: rgb(103,66,251); }
H1.HeaderClassName
{
color: #6742FB;
}
.AnyTagClassName
{
color: #6742FB;
}
</style>
background-color css
<style>
a { background-color: #6742FB; }
a { background-color: rgb(103,66,251); }
div.DivClassName
{
background-color: #6742FB;
}
.BgClassName
{
background-color: #6742FB;
}
</style>
border-color css
<style>
span { border-color: #6742FB; }
span { border-color: rgb(103,66,251); }
td.TdClassName
{
border-color: #6742FB;
}
.TagClassName
{
border-color: #6742FB;
}
</style>