#6266FF

Color #6266FF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #6266FF

Tints of Neon Blue #6266FF

Color information

#6266FF (or 0x6266FF) is unknown color: approx Neon Blue. HEX triplet: 62, 66 and FF. RGB value is (98,102,255). Sum of RGB (Red+Green+Blue) = 98+102+255=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #6266FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6266FF is #9D9900. Grayscale: #757575. Windows color (decimal): -10328321 or 16737890. OLE color: 16737890.

HSL color Cylindrical-coordinate representation of color #6266FF: hue angle of 238.47º 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 #6266FF is Cyan = 0.62, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB98102255-
CMYK0.620.600
HSL238.47º100%69.22%-
HSV(B)238.47º61.57%100%-
XYZ27.8419.3296.87-
YUV118.25205.17113.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 21.54%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 255 (100% from 255) = 56.04%
R=21.54%
G=22.42%
B=56.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal981022550.620.600238.4710069.22
Hex6266FF3E3C00ee6445
Octal142146377767400356144105
Binary1100010110011011111111111110111100001110111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6266FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6266FF; }

 p { color: rgb(98,102,255); }

 H1.HeaderClassName
 {
   color: #6266FF;
 }
 .AnyTagClassName
 {
   color: #6266FF;
 }
</style>
background-color css

<style>
 a { background-color: #6266FF; }

 a { background-color: rgb(98,102,255); }

 div.DivClassName
 {
   background-color: #6266FF;
 }
 .BgClassName
 {
   background-color: #6266FF;
 }
</style>
border-color css

<style>
 span { border-color: #6266FF; }

 span { border-color: rgb(98,102,255); }

 td.TdClassName
 {
   border-color: #6266FF;
 }
 .TagClassName
 {
   border-color: #6266FF;
 }
</style>