Html Css Color HEX #574AF1 Neon Blue

📋 copy color: '#574AF1'

red 87 ◦ green 74 ◦ blue 241

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

Shades of Neon Blue #574AF1

Tints of Neon Blue #574AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.95%

R = 21.64%
G = 18.41%
B = 59.95%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#574AF1 (or 0x574AF1) is known color: Neon Blue. HEX triplet: 57, 4A and F1. RGB value is (87,74,241). Sum of RGB (Red+Green+Blue) = 87+74+241=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 241 (94.53% from 255 or 59.95% from 402); Max value from RGB is 241 - color contains mainly: blue. Hex color #574AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574AF1 is #A8B50E. Grayscale: #606060. Windows color (decimal): -11056399 or 15813207. OLE color: 15813207.

HSL color Cylindrical-coordinate representation of color #574AF1: hue angle of 244.67º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #574AF1 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 74 241 -
CMYK 0.64 0.69 0 0.05
HSL 244.67º 0.86% 0.62% -
HSV(B) 244.67º 0.69% 0.95% -
XYZ 22.26 13.27 84.61 -
YUV 96.93 209.31 120.92 -
System Red Green Blue C M Y K H S L
Decimal 87 74 241 0.64 0.69 0 0.05 244.67 0.86 0.62
Hex 57 4A F1 40 45 0 5 F5 56 3E
Octal 127 112 361 100 105 0 5 365 126 76
Binary 1010111 1001010 11110001 1000000 1000101 0 101 11110101 1010110 111110

Color Harmonies of #574AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574AF1

Black with #574AF1

Text Example


Text Example

White with #574AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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