Html Css Color HEX #6448EF Neon Blue

📋 copy color: '#6448EF'

red 100 ◦ green 72 ◦ blue 239

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

Shades of Neon Blue #6448EF

Tints of Neon Blue #6448EF

RGB

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

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

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

R = 24.33%
G = 17.52%
B = 58.15%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6448EF (or 0x6448EF) is known color: Neon Blue. HEX triplet: 64, 48 and EF. RGB value is (100,72,239). Sum of RGB (Red+Green+Blue) = 100+72+239=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #6448EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6448EF is #9BB710. Grayscale: #626262. Windows color (decimal): -10204945 or 15681636. OLE color: 15681636.

HSL color Cylindrical-coordinate representation of color #6448EF: hue angle of 250.06º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6448EF is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 72 239 -
CMYK 0.58 0.70 0 0.06
HSL 250.06º 0.84% 0.61% -
HSV(B) 250.06º 0.7% 0.94% -
XYZ 23.15 13.58 83.06 -
YUV 99.41 206.78 128.42 -
System Red Green Blue C M Y K H S L
Decimal 100 72 239 0.58 0.70 0 0.06 250.06 0.84 0.61
Hex 64 48 EF 3A 46 0 6 FA 54 3D
Octal 144 110 357 72 106 0 6 372 124 75
Binary 1100100 1001000 11101111 111010 1000110 0 110 11111010 1010100 111101

Color Harmonies of #6448EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6448EF

Black with #6448EF

Text Example


Text Example

White with #6448EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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