Html Css Color HEX #574FE8 Neon Blue

📋 copy color: '#574FE8'

red 87 ◦ green 79 ◦ blue 232

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

Shades of Neon Blue #574FE8

Tints of Neon Blue #574FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 58.29%

R = 21.86%
G = 19.85%
B = 58.29%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#574FE8 (or 0x574FE8) is known color: Neon Blue. HEX triplet: 57, 4F and E8. RGB value is (87,79,232). Sum of RGB (Red+Green+Blue) = 87+79+232=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 232 (91.02% from 255 or 58.29% from 398); Max value from RGB is 232 - color contains mainly: blue. Hex color #574FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #574FE8 is #A8B017. Grayscale: #626262. Windows color (decimal): -11055128 or 15224663. OLE color: 15224663.

HSL color Cylindrical-coordinate representation of color #574FE8: hue angle of 243.14º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #574FE8 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 87 79 232 -
CMYK 0.62 0.66 0 0.09
HSL 243.14º 0.77% 0.61% -
HSV(B) 243.14º 0.66% 0.91% -
XYZ 21.29 13.44 77.82 -
YUV 98.83 203.15 119.56 -
System Red Green Blue C M Y K H S L
Decimal 87 79 232 0.62 0.66 0 0.09 243.14 0.77 0.61
Hex 57 4F E8 3E 42 0 9 F3 4D 3D
Octal 127 117 350 76 102 0 11 363 115 75
Binary 1010111 1001111 11101000 111110 1000010 0 1001 11110011 1001101 111101

Color Harmonies of #574FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574FE8

Black with #574FE8

Text Example


Text Example

White with #574FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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