Html Css Color HEX #6441EF Neon Blue

📋 copy color: '#6441EF'

red 100 ◦ green 65 ◦ blue 239

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

Shades of Neon Blue #6441EF

Tints of Neon Blue #6441EF

RGB

 RED value IS 100 (39.45% from 255) = 24.75%

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

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

R = 24.75%
G = 16.09%
B = 59.16%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6441EF (or 0x6441EF) is known color: Neon Blue. HEX triplet: 64, 41 and EF. RGB value is (100,65,239). Sum of RGB (Red+Green+Blue) = 100+65+239=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #6441EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6441EF is #9BBE10. Grayscale: #5E5E5E. Windows color (decimal): -10206737 or 15679844. OLE color: 15679844.

HSL color Cylindrical-coordinate representation of color #6441EF: hue angle of 252.07º 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 #6441EF is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 65 239 -
CMYK 0.58 0.73 0 0.06
HSL 252.07º 0.84% 0.6% -
HSV(B) 252.07º 0.73% 0.94% -
XYZ 22.73 12.72 82.92 -
YUV 95.3 209.1 131.35 -
System Red Green Blue C M Y K H S L
Decimal 100 65 239 0.58 0.73 0 0.06 252.07 0.84 0.6
Hex 64 41 EF 3A 49 0 6 FC 54 3C
Octal 144 101 357 72 111 0 6 374 124 74
Binary 1100100 1000001 11101111 111010 1001001 0 110 11111100 1010100 111100

Color Harmonies of #6441EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6441EF

Black with #6441EF

Text Example


Text Example

White with #6441EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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