Html Css Color HEX #574AFF Neon Blue

📋 copy color: '#574AFF'

red 87 ◦ green 74 ◦ blue 255

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

Shades of Neon Blue #574AFF

Tints of Neon Blue #574AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.79%

 BLUE value IS 255 (100% from 255) = 61.3%

R = 20.91%
G = 17.79%
B = 61.3%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#574AFF (or 0x574AFF) is known color: Neon Blue. HEX triplet: 57, 4A and FF. RGB value is (87,74,255). Sum of RGB (Red+Green+Blue) = 87+74+255=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #574AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574AFF is #A8B500. Grayscale: #616161. Windows color (decimal): -11056385 or 16730711. OLE color: 16730711.

HSL color Cylindrical-coordinate representation of color #574AFF: hue angle of 244.31º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #574AFF is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 87 74 255 -
CMYK 0.66 0.71 0 0
HSL 244.31º 1% 0.65% -
HSV(B) 244.31º 0.71% 1% -
XYZ 24.43 14.14 96.05 -
YUV 98.52 216.31 119.78 -
System Red Green Blue C M Y K H S L
Decimal 87 74 255 0.66 0.71 0 0 244.31 1 0.65
Hex 57 4A FF 42 47 0 0 F4 64 41
Octal 127 112 377 102 107 0 0 364 144 101
Binary 1010111 1001010 11111111 1000010 1000111 0 0 11110100 1100100 1000001

Color Harmonies of #574AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574AFF

Black with #574AFF

Text Example


Text Example

White with #574AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,74,255); }

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

background-color css

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

 a { background-color: rgb(87,74,255); }

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

border-color css

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

 span { border-color: rgb(87,74,255); }

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