Html Css Color HEX #6641EF Neon Blue

📋 copy color: '#6641EF'

red 102 ◦ green 65 ◦ blue 239

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

Shades of Neon Blue #6641EF

Tints of Neon Blue #6641EF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.01%

 BLUE value IS 239 (93.75% from 255) = 58.87%

R = 25.12%
G = 16.01%
B = 58.87%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6641EF (or 0x6641EF) is known color: Neon Blue. HEX triplet: 66, 41 and EF. RGB value is (102,65,239). Sum of RGB (Red+Green+Blue) = 102+65+239=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #6641EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6641EF is #99BE10. Grayscale: #5F5F5F. Windows color (decimal): -10075665 or 15679846. OLE color: 15679846.

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

Color convert

RGB 102 65 239 -
CMYK 0.57 0.73 0 0.06
HSL 252.76º 0.84% 0.6% -
HSV(B) 252.76º 0.73% 0.94% -
XYZ 22.95 12.84 82.93 -
YUV 95.9 208.76 132.35 -
System Red Green Blue C M Y K H S L
Decimal 102 65 239 0.57 0.73 0 0.06 252.76 0.84 0.6
Hex 66 41 EF 39 49 0 6 FD 54 3C
Octal 146 101 357 71 111 0 6 375 124 74
Binary 1100110 1000001 11101111 111001 1001001 0 110 11111101 1010100 111100

Color Harmonies of #6641EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6641EF

Black with #6641EF

Text Example


Text Example

White with #6641EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6641EF;
 }
 .AnyTagClassName
 {
   color: #6641EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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