Html Css Color HEX #574DEC Neon Blue

📋 copy color: '#574DEC'

red 87 ◦ green 77 ◦ blue 236

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

Shades of Neon Blue #574DEC

Tints of Neon Blue #574DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.25%

 BLUE value IS 236 (92.58% from 255) = 59%

R = 21.75%
G = 19.25%
B = 59%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#574DEC (or 0x574DEC) is known color: Neon Blue. HEX triplet: 57, 4D and EC. RGB value is (87,77,236). Sum of RGB (Red+Green+Blue) = 87+77+236=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #574DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #574DEC is #A8B213. Grayscale: #616161. Windows color (decimal): -11055636 or 15486295. OLE color: 15486295.

HSL color Cylindrical-coordinate representation of color #574DEC: hue angle of 243.77º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #574DEC is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 77 236 -
CMYK 0.63 0.67 0 0.07
HSL 243.77º 0.81% 0.61% -
HSV(B) 243.77º 0.67% 0.93% -
XYZ 21.72 13.39 80.8 -
YUV 98.12 205.81 120.07 -
System Red Green Blue C M Y K H S L
Decimal 87 77 236 0.63 0.67 0 0.07 243.77 0.81 0.61
Hex 57 4D EC 3F 43 0 7 F4 51 3D
Octal 127 115 354 77 103 0 7 364 121 75
Binary 1010111 1001101 11101100 111111 1000011 0 111 11110100 1010001 111101

Color Harmonies of #574DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574DEC

Black with #574DEC

Text Example


Text Example

White with #574DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574DEC; }

 p { color: rgb(87,77,236); }

 H1.HeaderClassName
 {
   color: #574DEC;
 }
 .AnyTagClassName
 {
   color: #574DEC;
 }
</style>

background-color css

<style>
 a { background-color: #574DEC; }

 a { background-color: rgb(87,77,236); }

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

border-color css

<style>
 span { border-color: #574DEC; }

 span { border-color: rgb(87,77,236); }

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