#6642EB

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

Shades of Neon Blue #6642EB

Tints of Neon Blue #6642EB

Color information

#6642EB (or 0x6642EB) is unknown color: approx Neon Blue. HEX triplet: 66, 42 and EB. RGB value is (102,66,235). Sum of RGB (Red+Green+Blue) = 102+66+235=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #6642EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6642EB is #99BD14. Grayscale: #5F5F5F. Windows color (decimal): -10075413 or 15417958. OLE color: 15417958.

HSL color Cylindrical-coordinate representation of color #6642EB: hue angle of 252.78º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6642EB is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10266235-
CMYK0.570.7200.08
HSL252.78º80.86%59.02%-
HSV(B)252.78º71.91%92.16%-
XYZ22.4212.7279.87-
YUV96.03206.43132.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.31%
GREEN value IS 66 (26.17% from 255) = 16.38%
BLUE value IS 235 (92.19% from 255) = 58.31%
R=25.31%
G=16.38%
B=58.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal102662350.570.7200.08252.7880.8659.02
Hex6642EB394808fd513b
Octal1461023537111001037512173
Binary1100110100001011101011111001100100001000111111011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6642EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6642EB; }

 p { color: rgb(102,66,235); }

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

<style>
 a { background-color: #6642EB; }

 a { background-color: rgb(102,66,235); }

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

<style>
 span { border-color: #6642EB; }

 span { border-color: rgb(102,66,235); }

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