Html Css Color HEX #5D40FF Neon Blue

📋 copy color: '#5D40FF'

red 93 ◦ green 64 ◦ blue 255

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

Shades of Neon Blue #5D40FF

Tints of Neon Blue #5D40FF

RGB

 RED value IS 93 (36.72% from 255) = 22.57%

 GREEN value IS 64 (25.39% from 255) = 15.53%

 BLUE value IS 255 (100% from 255) = 61.89%

R = 22.57%
G = 15.53%
B = 61.89%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5D40FF (or 0x5D40FF) is known color: Neon Blue. HEX triplet: 5D, 40 and FF. RGB value is (93,64,255). Sum of RGB (Red+Green+Blue) = 93+64+255=412 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.57% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D40FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D40FF is #A2BF00. Grayscale: #5D5D5D. Windows color (decimal): -10665729 or 16728157. OLE color: 16728157.

HSL color Cylindrical-coordinate representation of color #5D40FF: hue angle of 249.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D40FF is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 93 64 255 -
CMYK 0.64 0.75 0 0
HSL 249.11º 1% 0.63% -
HSV(B) 249.11º 0.75% 1% -
XYZ 24.4 13.21 95.87 -
YUV 94.45 218.61 126.97 -
System Red Green Blue C M Y K H S L
Decimal 93 64 255 0.64 0.75 0 0 249.11 1 0.63
Hex 5D 40 FF 40 4B 0 0 F9 64 3F
Octal 135 100 377 100 113 0 0 371 144 77
Binary 1011101 1000000 11111111 1000000 1001011 0 0 11111001 1100100 111111

Color Harmonies of #5D40FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D40FF

Black with #5D40FF

Text Example


Text Example

White with #5D40FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D40FF; }

 p { color: rgb(93,64,255); }

 H1.HeaderClassName
 {
   color: #5D40FF;
 }
 .AnyTagClassName
 {
   color: #5D40FF;
 }
</style>

background-color css

<style>
 a { background-color: #5D40FF; }

 a { background-color: rgb(93,64,255); }

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

border-color css

<style>
 span { border-color: #5D40FF; }

 span { border-color: rgb(93,64,255); }

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