Html Css Color HEX #574CEA Neon Blue

📋 copy color: '#574CEA'

red 87 ◦ green 76 ◦ blue 234

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

Shades of Neon Blue #574CEA

Tints of Neon Blue #574CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.14%

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

R = 21.91%
G = 19.14%
B = 58.94%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#574CEA (or 0x574CEA) is known color: Neon Blue. HEX triplet: 57, 4C and EA. RGB value is (87,76,234). Sum of RGB (Red+Green+Blue) = 87+76+234=397 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.91% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #574CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574CEA is #A8B315. Grayscale: #606060. Windows color (decimal): -11055894 or 15354967. OLE color: 15354967.

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

Color convert

RGB 87 76 234 -
CMYK 0.63 0.68 0 0.08
HSL 244.18º 0.79% 0.61% -
HSV(B) 244.18º 0.68% 0.92% -
XYZ 21.37 13.14 79.25 -
YUV 97.3 205.14 120.65 -
System Red Green Blue C M Y K H S L
Decimal 87 76 234 0.63 0.68 0 0.08 244.18 0.79 0.61
Hex 57 4C EA 3F 44 0 8 F4 4F 3D
Octal 127 114 352 77 104 0 10 364 117 75
Binary 1010111 1001100 11101010 111111 1000100 0 1000 11110100 1001111 111101

Color Harmonies of #574CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574CEA

Black with #574CEA

Text Example


Text Example

White with #574CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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