Html Css Color HEX #645AFD Neon Blue

📋 copy color: '#645AFD'

red 100 ◦ green 90 ◦ blue 253

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

Shades of Neon Blue #645AFD

Tints of Neon Blue #645AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.32%

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

R = 22.57%
G = 20.32%
B = 57.11%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#645AFD (or 0x645AFD) is known color: Neon Blue. HEX triplet: 64, 5A and FD. RGB value is (100,90,253). Sum of RGB (Red+Green+Blue) = 100+90+253=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #645AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645AFD is #9BA502. Grayscale: #6E6E6E. Windows color (decimal): -10200323 or 16603748. OLE color: 16603748.

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

Color convert

RGB 100 90 253 -
CMYK 0.60 0.64 0 0.01
HSL 243.68º 0.98% 0.67% -
HSV(B) 243.68º 0.64% 0.99% -
XYZ 26.64 17.11 94.83 -
YUV 111.57 207.81 119.75 -
System Red Green Blue C M Y K H S L
Decimal 100 90 253 0.60 0.64 0 0.01 243.68 0.98 0.67
Hex 64 5A FD 3C 40 0 1 F4 62 43
Octal 144 132 375 74 100 0 1 364 142 103
Binary 1100100 1011010 11111101 111100 1000000 0 1 11110100 1100010 1000011

Color Harmonies of #645AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645AFD

Black with #645AFD

Text Example


Text Example

White with #645AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645AFD; }

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

 H1.HeaderClassName
 {
   color: #645AFD;
 }
 .AnyTagClassName
 {
   color: #645AFD;
 }
</style>

background-color css

<style>
 a { background-color: #645AFD; }

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

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

border-color css

<style>
 span { border-color: #645AFD; }

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

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