Html Css Color HEX #574AFB Neon Blue

📋 copy color: '#574AFB'

red 87 ◦ green 74 ◦ blue 251

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

Shades of Neon Blue #574AFB

Tints of Neon Blue #574AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.92%

R = 21.12%
G = 17.96%
B = 60.92%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#574AFB (or 0x574AFB) is known color: Neon Blue. HEX triplet: 57, 4A and FB. RGB value is (87,74,251). Sum of RGB (Red+Green+Blue) = 87+74+251=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #574AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574AFB is #A8B504. Grayscale: #616161. Windows color (decimal): -11056389 or 16468567. OLE color: 16468567.

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

Color convert

RGB 87 74 251 -
CMYK 0.65 0.71 0 0.02
HSL 244.41º 0.96% 0.64% -
HSV(B) 244.41º 0.71% 0.98% -
XYZ 23.79 13.89 92.69 -
YUV 98.07 214.31 120.11 -
System Red Green Blue C M Y K H S L
Decimal 87 74 251 0.65 0.71 0 0.02 244.41 0.96 0.64
Hex 57 4A FB 41 47 0 2 F4 60 40
Octal 127 112 373 101 107 0 2 364 140 100
Binary 1010111 1001010 11111011 1000001 1000111 0 10 11110100 1100000 1000000

Color Harmonies of #574AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574AFB

Black with #574AFB

Text Example


Text Example

White with #574AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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