Html Css Color HEX #5740FD Neon Blue

📋 copy color: '#5740FD'

red 87 ◦ green 64 ◦ blue 253

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

Shades of Neon Blue #5740FD

Tints of Neon Blue #5740FD

RGB

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

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

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

R = 21.53%
G = 15.84%
B = 62.62%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5740FD (or 0x5740FD) is known color: Neon Blue. HEX triplet: 57, 40 and FD. RGB value is (87,64,253). Sum of RGB (Red+Green+Blue) = 87+64+253=404 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.53% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #5740FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5740FD is #A8BF02. Grayscale: #5B5B5B. Windows color (decimal): -11058947 or 16597079. OLE color: 16597079.

HSL color Cylindrical-coordinate representation of color #5740FD: hue angle of 247.3º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5740FD is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 64 253 -
CMYK 0.66 0.75 0 0.01
HSL 247.3º 0.98% 0.62% -
HSV(B) 247.3º 0.75% 0.99% -
XYZ 23.49 12.78 94.16 -
YUV 92.42 218.62 124.13 -
System Red Green Blue C M Y K H S L
Decimal 87 64 253 0.66 0.75 0 0.01 247.3 0.98 0.62
Hex 57 40 FD 42 4B 0 1 F7 62 3E
Octal 127 100 375 102 113 0 1 367 142 76
Binary 1010111 1000000 11111101 1000010 1001011 0 1 11110111 1100010 111110

Color Harmonies of #5740FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5740FD

Black with #5740FD

Text Example


Text Example

White with #5740FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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