Html Css Color HEX #643FFD Neon Blue

📋 copy color: '#643FFD'

red 100 ◦ green 63 ◦ blue 253

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

Shades of Neon Blue #643FFD

Tints of Neon Blue #643FFD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.14%

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

R = 24.04%
G = 15.14%
B = 60.82%

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

#643FFD (or 0x643FFD) is known color: Neon Blue. HEX triplet: 64, 3F and FD. RGB value is (100,63,253). Sum of RGB (Red+Green+Blue) = 100+63+253=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #643FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643FFD is #9BC002. Grayscale: #5E5E5E. Windows color (decimal): -10207235 or 16596836. OLE color: 16596836.

HSL color Cylindrical-coordinate representation of color #643FFD: hue angle of 251.68º 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 #643FFD is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 63 253 -
CMYK 0.60 0.75 0 0.01
HSL 251.68º 0.98% 0.62% -
HSV(B) 251.68º 0.75% 0.99% -
XYZ 24.76 13.36 94.2 -
YUV 95.72 216.76 131.05 -
System Red Green Blue C M Y K H S L
Decimal 100 63 253 0.60 0.75 0 0.01 251.68 0.98 0.62
Hex 64 3F FD 3C 4B 0 1 FC 62 3E
Octal 144 77 375 74 113 0 1 374 142 76
Binary 1100100 111111 11111101 111100 1001011 0 1 11111100 1100010 111110

Color Harmonies of #643FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643FFD

Black with #643FFD

Text Example


Text Example

White with #643FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643FFD; }

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

 H1.HeaderClassName
 {
   color: #643FFD;
 }
 .AnyTagClassName
 {
   color: #643FFD;
 }
</style>

background-color css

<style>
 a { background-color: #643FFD; }

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

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

border-color css

<style>
 span { border-color: #643FFD; }

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

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