Html Css Color HEX #643FEA Neon Blue

📋 copy color: '#643FEA'

red 100 ◦ green 63 ◦ blue 234

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

Shades of Neon Blue #643FEA

Tints of Neon Blue #643FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.94%

R = 25.19%
G = 15.87%
B = 58.94%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#643FEA (or 0x643FEA) is known color: Neon Blue. HEX triplet: 64, 3F and EA. RGB value is (100,63,234). Sum of RGB (Red+Green+Blue) = 100+63+234=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #643FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643FEA is #9BC015. Grayscale: #5C5C5C. Windows color (decimal): -10207254 or 15351652. OLE color: 15351652.

HSL color Cylindrical-coordinate representation of color #643FEA: hue angle of 252.98º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #643FEA is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 63 234 -
CMYK 0.57 0.73 0 0.08
HSL 252.98º 0.8% 0.58% -
HSV(B) 252.98º 0.73% 0.92% -
XYZ 21.88 12.2 79.04 -
YUV 93.56 207.26 132.6 -
System Red Green Blue C M Y K H S L
Decimal 100 63 234 0.57 0.73 0 0.08 252.98 0.8 0.58
Hex 64 3F EA 39 49 0 8 FD 50 3A
Octal 144 77 352 71 111 0 10 375 120 72
Binary 1100100 111111 11101010 111001 1001001 0 1000 11111101 1010000 111010

Color Harmonies of #643FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643FEA

Black with #643FEA

Text Example


Text Example

White with #643FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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