Html Css Color HEX #574EEA Neon Blue

📋 copy color: '#574EEA'

red 87 ◦ green 78 ◦ blue 234

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

Shades of Neon Blue #574EEA

Tints of Neon Blue #574EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.55%

 BLUE value IS 234 (91.8% from 255) = 58.65%

R = 21.8%
G = 19.55%
B = 58.65%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#574EEA (or 0x574EEA) is known color: Neon Blue. HEX triplet: 57, 4E and EA. RGB value is (87,78,234). Sum of RGB (Red+Green+Blue) = 87+78+234=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #574EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #574EEA is #A8B115. Grayscale: #616161. Windows color (decimal): -11055382 or 15355479. OLE color: 15355479.

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

Color convert

RGB 87 78 234 -
CMYK 0.63 0.67 0 0.08
HSL 243.46º 0.79% 0.61% -
HSV(B) 243.46º 0.67% 0.92% -
XYZ 21.51 13.42 79.3 -
YUV 98.48 204.48 119.82 -
System Red Green Blue C M Y K H S L
Decimal 87 78 234 0.63 0.67 0 0.08 243.46 0.79 0.61
Hex 57 4E EA 3F 43 0 8 F3 4F 3D
Octal 127 116 352 77 103 0 10 363 117 75
Binary 1010111 1001110 11101010 111111 1000011 0 1000 11110011 1001111 111101

Color Harmonies of #574EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574EEA

Black with #574EEA

Text Example


Text Example

White with #574EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,78,234); }

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

background-color css

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

 a { background-color: rgb(87,78,234); }

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

border-color css

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

 span { border-color: rgb(87,78,234); }

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