Html Css Color HEX #574CEB Neon Blue

📋 copy color: '#574CEB'

red 87 ◦ green 76 ◦ blue 235

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

Shades of Neon Blue #574CEB

Tints of Neon Blue #574CEB

RGB

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

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

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

R = 21.86%
G = 19.1%
B = 59.05%

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

#574CEB (or 0x574CEB) is known color: Neon Blue. HEX triplet: 57, 4C and EB. RGB value is (87,76,235). Sum of RGB (Red+Green+Blue) = 87+76+235=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #574CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574CEB is #A8B314. Grayscale: #606060. Windows color (decimal): -11055893 or 15420503. OLE color: 15420503.

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

Color convert

RGB 87 76 235 -
CMYK 0.63 0.68 0 0.08
HSL 244.15º 0.8% 0.61% -
HSV(B) 244.15º 0.68% 0.92% -
XYZ 21.51 13.19 80.01 -
YUV 97.42 205.64 120.57 -
System Red Green Blue C M Y K H S L
Decimal 87 76 235 0.63 0.68 0 0.08 244.15 0.8 0.61
Hex 57 4C EB 3F 44 0 8 F4 50 3D
Octal 127 114 353 77 104 0 10 364 120 75
Binary 1010111 1001100 11101011 111111 1000100 0 1000 11110100 1010000 111101

Color Harmonies of #574CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574CEB

Black with #574CEB

Text Example


Text Example

White with #574CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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