Html Css Color HEX #574DEE Neon Blue

📋 copy color: '#574DEE'

red 87 ◦ green 77 ◦ blue 238

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

Shades of Neon Blue #574DEE

Tints of Neon Blue #574DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.2%

R = 21.64%
G = 19.15%
B = 59.2%

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

#574DEE (or 0x574DEE) is known color: Neon Blue. HEX triplet: 57, 4D and EE. RGB value is (87,77,238). Sum of RGB (Red+Green+Blue) = 87+77+238=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #574DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #574DEE is #A8B211. Grayscale: #616161. Windows color (decimal): -11055634 or 15617367. OLE color: 15617367.

HSL color Cylindrical-coordinate representation of color #574DEE: hue angle of 243.73º degrees, saturation: 0.83, 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 #574DEE is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 77 238 -
CMYK 0.63 0.68 0 0.07
HSL 243.73º 0.83% 0.62% -
HSV(B) 243.73º 0.68% 0.93% -
XYZ 22.02 13.51 82.34 -
YUV 98.34 206.81 119.91 -
System Red Green Blue C M Y K H S L
Decimal 87 77 238 0.63 0.68 0 0.07 243.73 0.83 0.62
Hex 57 4D EE 3F 44 0 7 F4 53 3E
Octal 127 115 356 77 104 0 7 364 123 76
Binary 1010111 1001101 11101110 111111 1000100 0 111 11110100 1010011 111110

Color Harmonies of #574DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574DEE

Black with #574DEE

Text Example


Text Example

White with #574DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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