Html Css Color HEX #574DFC Neon Blue

📋 copy color: '#574DFC'

red 87 ◦ green 77 ◦ blue 252

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

Shades of Neon Blue #574DFC

Tints of Neon Blue #574DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.51%

 BLUE value IS 252 (98.83% from 255) = 60.58%

R = 20.91%
G = 18.51%
B = 60.58%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#574DFC (or 0x574DFC) is known color: Neon Blue. HEX triplet: 57, 4D and FC. RGB value is (87,77,252). Sum of RGB (Red+Green+Blue) = 87+77+252=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #574DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #574DFC is #A8B203. Grayscale: #636363. Windows color (decimal): -11055620 or 16534871. OLE color: 16534871.

HSL color Cylindrical-coordinate representation of color #574DFC: hue angle of 243.43º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #574DFC is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 77 252 -
CMYK 0.65 0.69 0 0.01
HSL 243.43º 0.97% 0.65% -
HSV(B) 243.43º 0.69% 0.99% -
XYZ 24.16 14.36 93.59 -
YUV 99.94 213.81 118.77 -
System Red Green Blue C M Y K H S L
Decimal 87 77 252 0.65 0.69 0 0.01 243.43 0.97 0.65
Hex 57 4D FC 41 45 0 1 F3 61 41
Octal 127 115 374 101 105 0 1 363 141 101
Binary 1010111 1001101 11111100 1000001 1000101 0 1 11110011 1100001 1000001

Color Harmonies of #574DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574DFC

Black with #574DFC

Text Example


Text Example

White with #574DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,77,252); }

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

background-color css

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

 a { background-color: rgb(87,77,252); }

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

border-color css

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

 span { border-color: rgb(87,77,252); }

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