#6641EE

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

Shades of Neon Blue #6641EE

Tints of Neon Blue #6641EE

Color information

#6641EE (or 0x6641EE) is unknown color: approx Neon Blue. HEX triplet: 66, 41 and EE. RGB value is (102,65,238). Sum of RGB (Red+Green+Blue) = 102+65+238=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #6641EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6641EE is #99BE11. Grayscale: #5F5F5F. Windows color (decimal): -10075666 or 15614310. OLE color: 15614310.

HSL color Cylindrical-coordinate representation of color #6641EE: hue angle of 252.83º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6641EE is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10265238-
CMYK0.570.7300.07
HSL252.83º83.57%59.41%-
HSV(B)252.83º72.69%93.33%-
XYZ22.812.7882.15-
YUV95.78208.26132.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.19%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 238 (93.36% from 255) = 58.77%
R=25.19%
G=16.05%
B=58.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal102652380.570.7300.07252.8383.5759.41
Hex6641EE394907fd543b
Octal146101356711110737512473
Binary110011010000011110111011100110010010111111111011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6641EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6641EE; }

 p { color: rgb(102,65,238); }

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

<style>
 a { background-color: #6641EE; }

 a { background-color: rgb(102,65,238); }

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

<style>
 span { border-color: #6641EE; }

 span { border-color: rgb(102,65,238); }

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