Html Css Color HEX #574EEB Neon Blue

📋 copy color: '#574EEB'

red 87 ◦ green 78 ◦ blue 235

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

Shades of Neon Blue #574EEB

Tints of Neon Blue #574EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.75%

R = 21.75%
G = 19.5%
B = 58.75%

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

#574EEB (or 0x574EEB) is known color: Neon Blue. HEX triplet: 57, 4E and EB. RGB value is (87,78,235). Sum of RGB (Red+Green+Blue) = 87+78+235=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #574EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #574EEB is #A8B114. Grayscale: #616161. Windows color (decimal): -11055381 or 15421015. OLE color: 15421015.

HSL color Cylindrical-coordinate representation of color #574EEB: hue angle of 243.44º degrees, saturation: 0.8, 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 #574EEB is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 78 235 -
CMYK 0.63 0.67 0 0.08
HSL 243.44º 0.8% 0.61% -
HSV(B) 243.44º 0.67% 0.92% -
XYZ 21.65 13.47 80.06 -
YUV 98.59 204.98 119.73 -
System Red Green Blue C M Y K H S L
Decimal 87 78 235 0.63 0.67 0 0.08 243.44 0.8 0.61
Hex 57 4E EB 3F 43 0 8 F3 50 3D
Octal 127 116 353 77 103 0 10 363 120 75
Binary 1010111 1001110 11101011 111111 1000011 0 1000 11110011 1010000 111101

Color Harmonies of #574EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574EEB

Black with #574EEB

Text Example


Text Example

White with #574EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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