Shades of Neon Blue #6265FF
Tints of Neon Blue #6265FF
RGB
CMYK
RGB Variations
Color information
#6265FF (or 0x6265FF) is known color: Neon Blue. HEX triplet: 62, 65 and FF. RGB value is (98,101,255). Sum of RGB (Red+Green+Blue) = 98+101+255=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #6265FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6265FF is #9D9A00. Grayscale: #757575. Windows color (decimal): -10328577 or 16737634. OLE color: 16737634.
HSL color Cylindrical-coordinate representation of color #6265FF: hue angle of 238.85º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6265FF is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 101 | 255 | - |
| CMYK | 0.62 | 0.60 | 0 | 0 |
| HSL | 238.85º | 1% | 0.69% | - |
| HSV(B) | 238.85º | 0.62% | 1% | - |
| XYZ | 27.74 | 19.12 | 96.84 | - |
| YUV | 117.66 | 205.51 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 255 | 0.62 | 0.60 | 0 | 0 | 238.85 | 1 | 0.69 |
| Hex | 62 | 65 | FF | 3E | 3C | 0 | 0 | EF | 64 | 45 |
| Octal | 142 | 145 | 377 | 76 | 74 | 0 | 0 | 357 | 144 | 105 |
| Binary | 1100010 | 1100101 | 11111111 | 111110 | 111100 | 0 | 0 | 11101111 | 1100100 | 1000101 |
Color Harmonies of #6265FF
Complementary color
Monochromatic Colors of #6265FF
Black with #6265FF
Text Example
Text Example
White with #6265FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6265FF; }
p { color: rgb(98,101,255); }
H1.HeaderClassName
{
color: #6265FF;
}
.AnyTagClassName
{
color: #6265FF;
}
</style>
background-color css
<style>
a { background-color: #6265FF; }
a { background-color: rgb(98,101,255); }
div.DivClassName
{
background-color: #6265FF;
}
.BgClassName
{
background-color: #6265FF;
}
</style>
border-color css
<style>
span { border-color: #6265FF; }
span { border-color: rgb(98,101,255); }
td.TdClassName
{
border-color: #6265FF;
}
.TagClassName
{
border-color: #6265FF;
}
</style>