Html Css Color HEX #574EF8 Neon Blue

📋 copy color: '#574EF8'

red 87 ◦ green 78 ◦ blue 248

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

Shades of Neon Blue #574EF8

Tints of Neon Blue #574EF8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.89%

 BLUE value IS 248 (97.27% from 255) = 60.05%

R = 21.07%
G = 18.89%
B = 60.05%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#574EF8 (or 0x574EF8) is known color: Neon Blue. HEX triplet: 57, 4E and F8. RGB value is (87,78,248). Sum of RGB (Red+Green+Blue) = 87+78+248=413 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.07% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #574EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #574EF8 is #A8B107. Grayscale: #636363. Windows color (decimal): -11055368 or 16272983. OLE color: 16272983.

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

Color convert

RGB 87 78 248 -
CMYK 0.65 0.69 0 0.03
HSL 243.18º 0.92% 0.64% -
HSV(B) 243.18º 0.69% 0.97% -
XYZ 23.6 14.25 90.31 -
YUV 100.07 211.48 118.68 -
System Red Green Blue C M Y K H S L
Decimal 87 78 248 0.65 0.69 0 0.03 243.18 0.92 0.64
Hex 57 4E F8 41 45 0 3 F3 5C 40
Octal 127 116 370 101 105 0 3 363 134 100
Binary 1010111 1001110 11111000 1000001 1000101 0 11 11110011 1011100 1000000

Color Harmonies of #574EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574EF8

Black with #574EF8

Text Example


Text Example

White with #574EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,78,248); }

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

background-color css

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

 a { background-color: rgb(87,78,248); }

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

border-color css

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

 span { border-color: rgb(87,78,248); }

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