Html Css Color HEX #5740FF Neon Blue

📋 copy color: '#5740FF'

red 87 ◦ green 64 ◦ blue 255

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

Shades of Neon Blue #5740FF

Tints of Neon Blue #5740FF

RGB

 RED value IS 87 (34.38% from 255) = 21.43%

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

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

R = 21.43%
G = 15.76%
B = 62.81%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5740FF (or 0x5740FF) is known color: Neon Blue. HEX triplet: 57, 40 and FF. RGB value is (87,64,255). Sum of RGB (Red+Green+Blue) = 87+64+255=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #5740FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5740FF is #A8BF00. Grayscale: #5B5B5B. Windows color (decimal): -11058945 or 16728151. OLE color: 16728151.

HSL color Cylindrical-coordinate representation of color #5740FF: hue angle of 247.23º 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 #5740FF is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 87 64 255 -
CMYK 0.66 0.75 0 0
HSL 247.23º 1% 0.63% -
HSV(B) 247.23º 0.75% 1% -
XYZ 23.81 12.91 95.85 -
YUV 92.65 219.62 123.97 -
System Red Green Blue C M Y K H S L
Decimal 87 64 255 0.66 0.75 0 0 247.23 1 0.63
Hex 57 40 FF 42 4B 0 0 F7 64 3F
Octal 127 100 377 102 113 0 0 367 144 77
Binary 1010111 1000000 11111111 1000010 1001011 0 0 11110111 1100100 111111

Color Harmonies of #5740FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5740FF

Black with #5740FF

Text Example


Text Example

White with #5740FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5740FF; }

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

 H1.HeaderClassName
 {
   color: #5740FF;
 }
 .AnyTagClassName
 {
   color: #5740FF;
 }
</style>

background-color css

<style>
 a { background-color: #5740FF; }

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

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

border-color css

<style>
 span { border-color: #5740FF; }

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

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