Shades of Neon Blue #6242FC
Tints of Neon Blue #6242FC
RGB
CMYK
RGB Variations
Color information
#6242FC (or 0x6242FC) is known color: Neon Blue. HEX triplet: 62, 42 and FC. RGB value is (98,66,252). Sum of RGB (Red+Green+Blue) = 98+66+252=416 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.56% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #6242FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6242FC is #9DBD03. Grayscale: #606060. Windows color (decimal): -10337540 or 16532066. OLE color: 16532066.
HSL color Cylindrical-coordinate representation of color #6242FC: hue angle of 250.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6242FC is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 66 | 252 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.01 |
| HSL | 250.32º | 0.97% | 0.62% | - |
| HSV(B) | 250.32º | 0.74% | 0.99% | - |
| XYZ | 24.56 | 13.52 | 93.41 | - |
| YUV | 96.77 | 215.6 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 252 | 0.61 | 0.74 | 0 | 0.01 | 250.32 | 0.97 | 0.62 |
| Hex | 62 | 42 | FC | 3D | 4A | 0 | 1 | FA | 61 | 3E |
| Octal | 142 | 102 | 374 | 75 | 112 | 0 | 1 | 372 | 141 | 76 |
| Binary | 1100010 | 1000010 | 11111100 | 111101 | 1001010 | 0 | 1 | 11111010 | 1100001 | 111110 |
Color Harmonies of #6242FC
Complementary color
Monochromatic Colors of #6242FC
Black with #6242FC
Text Example
Text Example
White with #6242FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6242FC; }
p { color: rgb(98,66,252); }
H1.HeaderClassName
{
color: #6242FC;
}
.AnyTagClassName
{
color: #6242FC;
}
</style>
background-color css
<style>
a { background-color: #6242FC; }
a { background-color: rgb(98,66,252); }
div.DivClassName
{
background-color: #6242FC;
}
.BgClassName
{
background-color: #6242FC;
}
</style>
border-color css
<style>
span { border-color: #6242FC; }
span { border-color: rgb(98,66,252); }
td.TdClassName
{
border-color: #6242FC;
}
.TagClassName
{
border-color: #6242FC;
}
</style>