Shades of Neon Blue #6242FD
Tints of Neon Blue #6242FD
RGB
CMYK
RGB Variations
Color information
#6242FD (or 0x6242FD) is known color: Neon Blue. HEX triplet: 62, 42 and FD. RGB value is (98,66,253). Sum of RGB (Red+Green+Blue) = 98+66+253=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #6242FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6242FD is #9DBD02. Grayscale: #606060. Windows color (decimal): -10337539 or 16597602. OLE color: 16597602.
HSL color Cylindrical-coordinate representation of color #6242FD: hue angle of 250.27º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6242FD is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 66 | 253 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.01 |
| HSL | 250.27º | 0.98% | 0.63% | - |
| HSV(B) | 250.27º | 0.74% | 0.99% | - |
| XYZ | 24.71 | 13.58 | 94.25 | - |
| YUV | 96.89 | 216.1 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 253 | 0.61 | 0.74 | 0 | 0.01 | 250.27 | 0.98 | 0.63 |
| Hex | 62 | 42 | FD | 3D | 4A | 0 | 1 | FA | 62 | 3F |
| Octal | 142 | 102 | 375 | 75 | 112 | 0 | 1 | 372 | 142 | 77 |
| Binary | 1100010 | 1000010 | 11111101 | 111101 | 1001010 | 0 | 1 | 11111010 | 1100010 | 111111 |
Color Harmonies of #6242FD
Complementary color
Monochromatic Colors of #6242FD
Black with #6242FD
Text Example
Text Example
White with #6242FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6242FD; }
p { color: rgb(98,66,253); }
H1.HeaderClassName
{
color: #6242FD;
}
.AnyTagClassName
{
color: #6242FD;
}
</style>
background-color css
<style>
a { background-color: #6242FD; }
a { background-color: rgb(98,66,253); }
div.DivClassName
{
background-color: #6242FD;
}
.BgClassName
{
background-color: #6242FD;
}
</style>
border-color css
<style>
span { border-color: #6242FD; }
span { border-color: rgb(98,66,253); }
td.TdClassName
{
border-color: #6242FD;
}
.TagClassName
{
border-color: #6242FD;
}
</style>