Html Css Color HEX #643CFA Neon Blue

📋 copy color: '#643CFA'

red 100 ◦ green 60 ◦ blue 250

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

Shades of Neon Blue #643CFA

Tints of Neon Blue #643CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.63%

 BLUE value IS 250 (98.05% from 255) = 60.98%

R = 24.39%
G = 14.63%
B = 60.98%

CMYK

 C value IS 0.6

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#643CFA (or 0x643CFA) is known color: Neon Blue. HEX triplet: 64, 3C and FA. RGB value is (100,60,250). Sum of RGB (Red+Green+Blue) = 100+60+250=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #643CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643CFA is #9BC305. Grayscale: #5C5C5C. Windows color (decimal): -10208006 or 16399460. OLE color: 16399460.

HSL color Cylindrical-coordinate representation of color #643CFA: hue angle of 252.63º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #643CFA is Cyan = 0.6, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 60 250 -
CMYK 0.6 0.76 0 0.02
HSL 252.63º 0.95% 0.61% -
HSV(B) 252.63º 0.76% 0.98% -
XYZ 24.13 12.84 91.65 -
YUV 93.62 216.25 132.55 -
System Red Green Blue C M Y K H S L
Decimal 100 60 250 0.6 0.76 0 0.02 252.63 0.95 0.61
Hex 64 3C FA 3C 4C 0 2 FD 5F 3D
Octal 144 74 372 74 114 0 2 375 137 75
Binary 1100100 111100 11111010 111100 1001100 0 10 11111101 1011111 111101

Color Harmonies of #643CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643CFA

Black with #643CFA

Text Example


Text Example

White with #643CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,60,250); }

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

background-color css

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

 a { background-color: rgb(100,60,250); }

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

border-color css

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

 span { border-color: rgb(100,60,250); }

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