Html Css Color HEX #6641EE Neon Blue

📋 copy color: '#6641EE'

red 102 ◦ green 65 ◦ blue 238

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

Shades of Neon Blue #6641EE

Tints of Neon Blue #6641EE

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 value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6641EE (or 0x6641EE) is known color: 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

RGB 102 65 238 -
CMYK 0.57 0.73 0 0.07
HSL 252.83º 0.84% 0.59% -
HSV(B) 252.83º 0.73% 0.93% -
XYZ 22.8 12.78 82.15 -
YUV 95.79 208.26 132.43 -
System Red Green Blue C M Y K H S L
Decimal 102 65 238 0.57 0.73 0 0.07 252.83 0.84 0.59
Hex 66 41 EE 39 49 0 7 FD 54 3B
Octal 146 101 356 71 111 0 7 375 124 73
Binary 1100110 1000001 11101110 111001 1001001 0 111 11111101 1010100 111011

Color Harmonies of #6641EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6641EE

Black with #6641EE

Text Example


Text Example

White with #6641EE

Text Example


Text Example

HTML Codes & Css Web 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>