Html Css Color HEX #6449FD Neon Blue

📋 copy color: '#6449FD'

red 100 ◦ green 73 ◦ blue 253

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

Shades of Neon Blue #6449FD

Tints of Neon Blue #6449FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.39%

R = 23.47%
G = 17.14%
B = 59.39%

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

#6449FD (or 0x6449FD) is known color: Neon Blue. HEX triplet: 64, 49 and FD. RGB value is (100,73,253). Sum of RGB (Red+Green+Blue) = 100+73+253=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #6449FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6449FD is #9BB602. Grayscale: #646464. Windows color (decimal): -10204675 or 16599396. OLE color: 16599396.

HSL color Cylindrical-coordinate representation of color #6449FD: hue angle of 249º degrees, saturation: 0.98, 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 #6449FD is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 73 253 -
CMYK 0.60 0.71 0 0.01
HSL 249º 0.98% 0.64% -
HSV(B) 249º 0.71% 0.99% -
XYZ 25.37 14.57 94.4 -
YUV 101.59 213.45 126.86 -
System Red Green Blue C M Y K H S L
Decimal 100 73 253 0.60 0.71 0 0.01 249 0.98 0.64
Hex 64 49 FD 3C 47 0 1 F9 62 40
Octal 144 111 375 74 107 0 1 371 142 100
Binary 1100100 1001001 11111101 111100 1000111 0 1 11111001 1100010 1000000

Color Harmonies of #6449FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6449FD

Black with #6449FD

Text Example


Text Example

White with #6449FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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