Html Css Color HEX #574BF2 Neon Blue

📋 copy color: '#574BF2'

red 87 ◦ green 75 ◦ blue 242

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

Shades of Neon Blue #574BF2

Tints of Neon Blue #574BF2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.56%

 BLUE value IS 242 (94.92% from 255) = 59.9%

R = 21.53%
G = 18.56%
B = 59.9%

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

#574BF2 (or 0x574BF2) is known color: Neon Blue. HEX triplet: 57, 4B and F2. RGB value is (87,75,242). Sum of RGB (Red+Green+Blue) = 87+75+242=404 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.53% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 242 (94.92% from 255 or 59.90% from 404); Max value from RGB is 242 - color contains mainly: blue. Hex color #574BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574BF2 is #A8B40D. Grayscale: #606060. Windows color (decimal): -11056142 or 15878999. OLE color: 15878999.

HSL color Cylindrical-coordinate representation of color #574BF2: hue angle of 244.31º degrees, saturation: 0.87, 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 #574BF2 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 75 242 -
CMYK 0.64 0.69 0 0.05
HSL 244.31º 0.87% 0.62% -
HSV(B) 244.31º 0.69% 0.95% -
XYZ 22.47 13.47 85.42 -
YUV 97.63 209.48 120.42 -
System Red Green Blue C M Y K H S L
Decimal 87 75 242 0.64 0.69 0 0.05 244.31 0.87 0.62
Hex 57 4B F2 40 45 0 5 F4 57 3E
Octal 127 113 362 100 105 0 5 364 127 76
Binary 1010111 1001011 11110010 1000000 1000101 0 101 11110100 1010111 111110

Color Harmonies of #574BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574BF2

Black with #574BF2

Text Example


Text Example

White with #574BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,75,242); }

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

background-color css

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

 a { background-color: rgb(87,75,242); }

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

border-color css

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

 span { border-color: rgb(87,75,242); }

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