Html Css Color HEX #6449EC Neon Blue

📋 copy color: '#6449EC'

red 100 ◦ green 73 ◦ blue 236

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

Shades of Neon Blue #6449EC

Tints of Neon Blue #6449EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.85%

 BLUE value IS 236 (92.58% from 255) = 57.7%

R = 24.45%
G = 17.85%
B = 57.7%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6449EC (or 0x6449EC) is known color: Neon Blue. HEX triplet: 64, 49 and EC. RGB value is (100,73,236). Sum of RGB (Red+Green+Blue) = 100+73+236=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #6449EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6449EC is #9BB613. Grayscale: #636363. Windows color (decimal): -10204692 or 15485284. OLE color: 15485284.

HSL color Cylindrical-coordinate representation of color #6449EC: hue angle of 249.94º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6449EC is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 73 236 -
CMYK 0.58 0.69 0 0.07
HSL 249.94º 0.81% 0.61% -
HSV(B) 249.94º 0.69% 0.93% -
XYZ 22.78 13.53 80.77 -
YUV 99.66 204.95 128.25 -
System Red Green Blue C M Y K H S L
Decimal 100 73 236 0.58 0.69 0 0.07 249.94 0.81 0.61
Hex 64 49 EC 3A 45 0 7 FA 51 3D
Octal 144 111 354 72 105 0 7 372 121 75
Binary 1100100 1001001 11101100 111010 1000101 0 111 11111010 1010001 111101

Color Harmonies of #6449EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6449EC

Black with #6449EC

Text Example


Text Example

White with #6449EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6449EC; }

 p { color: rgb(100,73,236); }

 H1.HeaderClassName
 {
   color: #6449EC;
 }
 .AnyTagClassName
 {
   color: #6449EC;
 }
</style>

background-color css

<style>
 a { background-color: #6449EC; }

 a { background-color: rgb(100,73,236); }

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

border-color css

<style>
 span { border-color: #6449EC; }

 span { border-color: rgb(100,73,236); }

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