Html Css Color HEX #574FEA Neon Blue

📋 copy color: '#574FEA'

red 87 ◦ green 79 ◦ blue 234

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

Shades of Neon Blue #574FEA

Tints of Neon Blue #574FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.75%

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

R = 21.75%
G = 19.75%
B = 58.5%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#574FEA (or 0x574FEA) is known color: Neon Blue. HEX triplet: 57, 4F and EA. RGB value is (87,79,234). Sum of RGB (Red+Green+Blue) = 87+79+234=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #574FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #574FEA is #A8B015. Grayscale: #626262. Windows color (decimal): -11055126 or 15355735. OLE color: 15355735.

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

Color convert

RGB 87 79 234 -
CMYK 0.63 0.66 0 0.08
HSL 243.1º 0.79% 0.61% -
HSV(B) 243.1º 0.66% 0.92% -
XYZ 21.58 13.56 79.32 -
YUV 99.06 204.15 119.4 -
System Red Green Blue C M Y K H S L
Decimal 87 79 234 0.63 0.66 0 0.08 243.1 0.79 0.61
Hex 57 4F EA 3F 42 0 8 F3 4F 3D
Octal 127 117 352 77 102 0 10 363 117 75
Binary 1010111 1001111 11101010 111111 1000010 0 1000 11110011 1001111 111101

Color Harmonies of #574FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574FEA

Black with #574FEA

Text Example


Text Example

White with #574FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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