Html Css Color HEX #645FFE Neon Blue

📋 copy color: '#645FFE'

red 100 ◦ green 95 ◦ blue 254

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

Shades of Neon Blue #645FFE

Tints of Neon Blue #645FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.16%

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 22.27%
G = 21.16%
B = 56.57%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#645FFE (or 0x645FFE) is known color: Neon Blue. HEX triplet: 64, 5F and FE. RGB value is (100,95,254). Sum of RGB (Red+Green+Blue) = 100+95+254=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #645FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645FFE is #9BA001. Grayscale: #717171. Windows color (decimal): -10199042 or 16670564. OLE color: 16670564.

HSL color Cylindrical-coordinate representation of color #645FFE: hue angle of 241.89º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #645FFE is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 95 254 -
CMYK 0.61 0.63 0 0.00
HSL 241.89º 0.99% 0.68% -
HSV(B) 241.89º 0.63% 1% -
XYZ 27.24 18.05 95.81 -
YUV 114.62 206.66 117.57 -
System Red Green Blue C M Y K H S L
Decimal 100 95 254 0.61 0.63 0 0.00 241.89 0.99 0.68
Hex 64 5F FE 3D 3F 0 0 F2 63 44
Octal 144 137 376 75 77 0 0 362 143 104
Binary 1100100 1011111 11111110 111101 111111 0 0 11110010 1100011 1000100

Color Harmonies of #645FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645FFE

Black with #645FFE

Text Example


Text Example

White with #645FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,95,254); }

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

background-color css

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

 a { background-color: rgb(100,95,254); }

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

border-color css

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

 span { border-color: rgb(100,95,254); }

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