Html Css Color HEX #645DFB Neon Blue

📋 copy color: '#645DFB'

red 100 ◦ green 93 ◦ blue 251

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

Shades of Neon Blue #645DFB

Tints of Neon Blue #645DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.95%

 BLUE value IS 251 (98.44% from 255) = 56.53%

R = 22.52%
G = 20.95%
B = 56.53%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#645DFB (or 0x645DFB) is known color: Neon Blue. HEX triplet: 64, 5D and FB. RGB value is (100,93,251). Sum of RGB (Red+Green+Blue) = 100+93+251=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #645DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645DFB is #9BA204. Grayscale: #707070. Windows color (decimal): -10199557 or 16473444. OLE color: 16473444.

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

Color convert

RGB 100 93 251 -
CMYK 0.60 0.63 0 0.02
HSL 242.66º 0.95% 0.67% -
HSV(B) 242.66º 0.63% 0.98% -
XYZ 26.58 17.5 93.24 -
YUV 113.11 205.82 118.65 -
System Red Green Blue C M Y K H S L
Decimal 100 93 251 0.60 0.63 0 0.02 242.66 0.95 0.67
Hex 64 5D FB 3C 3F 0 2 F3 5F 43
Octal 144 135 373 74 77 0 2 363 137 103
Binary 1100100 1011101 11111011 111100 111111 0 10 11110011 1011111 1000011

Color Harmonies of #645DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645DFB

Black with #645DFB

Text Example


Text Example

White with #645DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,93,251); }

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

background-color css

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

 a { background-color: rgb(100,93,251); }

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

border-color css

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

 span { border-color: rgb(100,93,251); }

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