Html Css Color HEX #6449EB Neon Blue

📋 copy color: '#6449EB'

red 100 ◦ green 73 ◦ blue 235

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

Shades of Neon Blue #6449EB

Tints of Neon Blue #6449EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.6%

R = 24.51%
G = 17.89%
B = 57.6%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6449EB (or 0x6449EB) is known color: Neon Blue. HEX triplet: 64, 49 and EB. RGB value is (100,73,235). Sum of RGB (Red+Green+Blue) = 100+73+235=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #6449EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6449EB is #9BB614. Grayscale: #626262. Windows color (decimal): -10204693 or 15419748. OLE color: 15419748.

HSL color Cylindrical-coordinate representation of color #6449EB: hue angle of 250º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6449EB is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 73 235 -
CMYK 0.57 0.69 0 0.08
HSL 250º 0.8% 0.6% -
HSV(B) 250º 0.69% 0.92% -
XYZ 22.63 13.47 80 -
YUV 99.54 204.45 128.33 -
System Red Green Blue C M Y K H S L
Decimal 100 73 235 0.57 0.69 0 0.08 250 0.8 0.6
Hex 64 49 EB 39 45 0 8 FA 50 3C
Octal 144 111 353 71 105 0 10 372 120 74
Binary 1100100 1001001 11101011 111001 1000101 0 1000 11111010 1010000 111100

Color Harmonies of #6449EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6449EB

Black with #6449EB

Text Example


Text Example

White with #6449EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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