Html Css Color HEX #6642EE Neon Blue

📋 copy color: '#6642EE'

red 102 ◦ green 66 ◦ blue 238

#6642EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #6642EE

Tints of Neon Blue #6642EE

RGB

 RED value IS 102 (40.23% from 255) = 25.12%

 GREEN value IS 66 (26.17% from 255) = 16.26%

 BLUE value IS 238 (93.36% from 255) = 58.62%

R = 25.12%
G = 16.26%
B = 58.62%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6642EE (or 0x6642EE) is known color: Neon Blue. HEX triplet: 66, 42 and EE. RGB value is (102,66,238). Sum of RGB (Red+Green+Blue) = 102+66+238=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #6642EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6642EE is #99BD11. Grayscale: #5F5F5F. Windows color (decimal): -10075410 or 15614566. OLE color: 15614566.

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

Color convert

RGB 102 66 238 -
CMYK 0.57 0.72 0 0.07
HSL 252.56º 0.83% 0.6% -
HSV(B) 252.56º 0.72% 0.93% -
XYZ 22.86 12.89 82.17 -
YUV 96.37 207.93 132.01 -
System Red Green Blue C M Y K H S L
Decimal 102 66 238 0.57 0.72 0 0.07 252.56 0.83 0.6
Hex 66 42 EE 39 48 0 7 FD 53 3C
Octal 146 102 356 71 110 0 7 375 123 74
Binary 1100110 1000010 11101110 111001 1001000 0 111 11111101 1010011 111100

Color Harmonies of #6642EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6642EE

Black with #6642EE

Text Example


Text Example

White with #6642EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6642EE;
 }
 .AnyTagClassName
 {
   color: #6642EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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