Html Css Color HEX #574DED Neon Blue

📋 copy color: '#574DED'

red 87 ◦ green 77 ◦ blue 237

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

Shades of Neon Blue #574DED

Tints of Neon Blue #574DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.1%

R = 21.7%
G = 19.2%
B = 59.1%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#574DED (or 0x574DED) is known color: Neon Blue. HEX triplet: 57, 4D and ED. RGB value is (87,77,237). Sum of RGB (Red+Green+Blue) = 87+77+237=401 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.70% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #574DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #574DED is #A8B212. Grayscale: #616161. Windows color (decimal): -11055635 or 15551831. OLE color: 15551831.

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

Color convert

RGB 87 77 237 -
CMYK 0.63 0.68 0 0.07
HSL 243.75º 0.82% 0.62% -
HSV(B) 243.75º 0.68% 0.93% -
XYZ 21.87 13.45 81.56 -
YUV 98.23 206.31 119.99 -
System Red Green Blue C M Y K H S L
Decimal 87 77 237 0.63 0.68 0 0.07 243.75 0.82 0.62
Hex 57 4D ED 3F 44 0 7 F4 52 3E
Octal 127 115 355 77 104 0 7 364 122 76
Binary 1010111 1001101 11101101 111111 1000100 0 111 11110100 1010010 111110

Color Harmonies of #574DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574DED

Black with #574DED

Text Example


Text Example

White with #574DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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