Html Css Color HEX #6440FD Neon Blue

📋 copy color: '#6440FD'

red 100 ◦ green 64 ◦ blue 253

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

Shades of Neon Blue #6440FD

Tints of Neon Blue #6440FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.35%

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

R = 23.98%
G = 15.35%
B = 60.67%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6440FD (or 0x6440FD) is known color: Neon Blue. HEX triplet: 64, 40 and FD. RGB value is (100,64,253). Sum of RGB (Red+Green+Blue) = 100+64+253=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #6440FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6440FD is #9BBF02. Grayscale: #5F5F5F. Windows color (decimal): -10206979 or 16597092. OLE color: 16597092.

HSL color Cylindrical-coordinate representation of color #6440FD: hue angle of 251.43º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6440FD is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 64 253 -
CMYK 0.60 0.75 0 0.01
HSL 251.43º 0.98% 0.62% -
HSV(B) 251.43º 0.75% 0.99% -
XYZ 24.82 13.47 94.22 -
YUV 96.31 216.43 130.63 -
System Red Green Blue C M Y K H S L
Decimal 100 64 253 0.60 0.75 0 0.01 251.43 0.98 0.62
Hex 64 40 FD 3C 4B 0 1 FB 62 3E
Octal 144 100 375 74 113 0 1 373 142 76
Binary 1100100 1000000 11111101 111100 1001011 0 1 11111011 1100010 111110

Color Harmonies of #6440FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6440FD

Black with #6440FD

Text Example


Text Example

White with #6440FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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