Html Css Color HEX #6448EC Neon Blue

📋 copy color: '#6448EC'

red 100 ◦ green 72 ◦ blue 236

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

Shades of Neon Blue #6448EC

Tints of Neon Blue #6448EC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.65%

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

R = 24.51%
G = 17.65%
B = 57.84%

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

#6448EC (or 0x6448EC) is known color: Neon Blue. HEX triplet: 64, 48 and EC. RGB value is (100,72,236). Sum of RGB (Red+Green+Blue) = 100+72+236=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #6448EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6448EC is #9BB713. Grayscale: #626262. Windows color (decimal): -10204948 or 15485028. OLE color: 15485028.

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

Color convert

RGB 100 72 236 -
CMYK 0.58 0.69 0 0.07
HSL 250.24º 0.81% 0.6% -
HSV(B) 250.24º 0.69% 0.93% -
XYZ 22.71 13.4 80.75 -
YUV 99.07 205.28 128.66 -
System Red Green Blue C M Y K H S L
Decimal 100 72 236 0.58 0.69 0 0.07 250.24 0.81 0.6
Hex 64 48 EC 3A 45 0 7 FA 51 3C
Octal 144 110 354 72 105 0 7 372 121 74
Binary 1100100 1001000 11101100 111010 1000101 0 111 11111010 1010001 111100

Color Harmonies of #6448EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6448EC

Black with #6448EC

Text Example


Text Example

White with #6448EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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