Html Css Color HEX #574AF0 Neon Blue

📋 copy color: '#574AF0'

red 87 ◦ green 74 ◦ blue 240

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

Shades of Neon Blue #574AF0

Tints of Neon Blue #574AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 59.85%

R = 21.7%
G = 18.45%
B = 59.85%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#574AF0 (or 0x574AF0) is known color: Neon Blue. HEX triplet: 57, 4A and F0. RGB value is (87,74,240). Sum of RGB (Red+Green+Blue) = 87+74+240=401 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.70% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 240 (94.14% from 255 or 59.85% from 401); Max value from RGB is 240 - color contains mainly: blue. Hex color #574AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574AF0 is #A8B50F. Grayscale: #606060. Windows color (decimal): -11056400 or 15747671. OLE color: 15747671.

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

Color convert

RGB 87 74 240 -
CMYK 0.64 0.69 0 0.06
HSL 244.7º 0.85% 0.62% -
HSV(B) 244.7º 0.69% 0.94% -
XYZ 22.11 13.22 83.82 -
YUV 96.81 208.81 121 -
System Red Green Blue C M Y K H S L
Decimal 87 74 240 0.64 0.69 0 0.06 244.7 0.85 0.62
Hex 57 4A F0 40 45 0 6 F5 55 3E
Octal 127 112 360 100 105 0 6 365 125 76
Binary 1010111 1001010 11110000 1000000 1000101 0 110 11110101 1010101 111110

Color Harmonies of #574AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574AF0

Black with #574AF0

Text Example


Text Example

White with #574AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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