Html Css Color HEX #574FF7 Neon Blue

📋 copy color: '#574FF7'

red 87 ◦ green 79 ◦ blue 247

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

Shades of Neon Blue #574FF7

Tints of Neon Blue #574FF7

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.13%

 BLUE value IS 247 (96.88% from 255) = 59.81%

R = 21.07%
G = 19.13%
B = 59.81%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#574FF7 (or 0x574FF7) is known color: Neon Blue. HEX triplet: 57, 4F and F7. RGB value is (87,79,247). Sum of RGB (Red+Green+Blue) = 87+79+247=413 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.07% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 247 (96.88% from 255 or 59.81% from 413); Max value from RGB is 247 - color contains mainly: blue. Hex color #574FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #574FF7 is #A8B008. Grayscale: #636363. Windows color (decimal): -11055113 or 16207703. OLE color: 16207703.

HSL color Cylindrical-coordinate representation of color #574FF7: hue angle of 242.86º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #574FF7 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 87 79 247 -
CMYK 0.65 0.68 0 0.03
HSL 242.86º 0.91% 0.64% -
HSV(B) 242.86º 0.68% 0.97% -
XYZ 23.51 14.33 89.52 -
YUV 100.54 210.65 118.34 -
System Red Green Blue C M Y K H S L
Decimal 87 79 247 0.65 0.68 0 0.03 242.86 0.91 0.64
Hex 57 4F F7 41 44 0 3 F3 5B 40
Octal 127 117 367 101 104 0 3 363 133 100
Binary 1010111 1001111 11110111 1000001 1000100 0 11 11110011 1011011 1000000

Color Harmonies of #574FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574FF7

Black with #574FF7

Text Example


Text Example

White with #574FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,79,247); }

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

background-color css

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

 a { background-color: rgb(87,79,247); }

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

border-color css

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

 span { border-color: rgb(87,79,247); }

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