Html Css Color HEX #574CFA Neon Blue

📋 copy color: '#574CFA'

red 87 ◦ green 76 ◦ blue 250

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

Shades of Neon Blue #574CFA

Tints of Neon Blue #574CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.4%

 BLUE value IS 250 (98.05% from 255) = 60.53%

R = 21.07%
G = 18.4%
B = 60.53%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#574CFA (or 0x574CFA) is known color: Neon Blue. HEX triplet: 57, 4C and FA. RGB value is (87,76,250). Sum of RGB (Red+Green+Blue) = 87+76+250=413 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.07% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #574CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574CFA is #A8B305. Grayscale: #626262. Windows color (decimal): -11055878 or 16403543. OLE color: 16403543.

HSL color Cylindrical-coordinate representation of color #574CFA: hue angle of 243.79º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #574CFA is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 76 250 -
CMYK 0.65 0.70 0 0.02
HSL 243.79º 0.95% 0.64% -
HSV(B) 243.79º 0.7% 0.98% -
XYZ 23.77 14.1 91.91 -
YUV 99.13 213.14 119.35 -
System Red Green Blue C M Y K H S L
Decimal 87 76 250 0.65 0.70 0 0.02 243.79 0.95 0.64
Hex 57 4C FA 41 46 0 2 F4 5F 40
Octal 127 114 372 101 106 0 2 364 137 100
Binary 1010111 1001100 11111010 1000001 1000110 0 10 11110100 1011111 1000000

Color Harmonies of #574CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574CFA

Black with #574CFA

Text Example


Text Example

White with #574CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,76,250); }

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

background-color css

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

 a { background-color: rgb(87,76,250); }

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

border-color css

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

 span { border-color: rgb(87,76,250); }

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