Html Css Color HEX #6449FC Neon Blue

📋 copy color: '#6449FC'

red 100 ◦ green 73 ◦ blue 252

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

Shades of Neon Blue #6449FC

Tints of Neon Blue #6449FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.29%

R = 23.53%
G = 17.18%
B = 59.29%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6449FC (or 0x6449FC) is known color: Neon Blue. HEX triplet: 64, 49 and FC. RGB value is (100,73,252). Sum of RGB (Red+Green+Blue) = 100+73+252=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #6449FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6449FC is #9BB603. Grayscale: #646464. Windows color (decimal): -10204676 or 16533860. OLE color: 16533860.

HSL color Cylindrical-coordinate representation of color #6449FC: hue angle of 249.05º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6449FC is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 73 252 -
CMYK 0.60 0.71 0 0.01
HSL 249.05º 0.97% 0.64% -
HSV(B) 249.05º 0.71% 0.99% -
XYZ 25.21 14.5 93.57 -
YUV 101.48 212.95 126.95 -
System Red Green Blue C M Y K H S L
Decimal 100 73 252 0.60 0.71 0 0.01 249.05 0.97 0.64
Hex 64 49 FC 3C 47 0 1 F9 61 40
Octal 144 111 374 74 107 0 1 371 141 100
Binary 1100100 1001001 11111100 111100 1000111 0 1 11111001 1100001 1000000

Color Harmonies of #6449FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6449FC

Black with #6449FC

Text Example


Text Example

White with #6449FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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