Html Css Color HEX #574BED Neon Blue

📋 copy color: '#574BED'

red 87 ◦ green 75 ◦ blue 237

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

Shades of Neon Blue #574BED

Tints of Neon Blue #574BED

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.8%

 BLUE value IS 237 (92.97% from 255) = 59.4%

R = 21.8%
G = 18.8%
B = 59.4%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#574BED (or 0x574BED) is known color: Neon Blue. HEX triplet: 57, 4B and ED. RGB value is (87,75,237). Sum of RGB (Red+Green+Blue) = 87+75+237=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #574BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574BED is #A8B412. Grayscale: #606060. Windows color (decimal): -11056147 or 15551319. OLE color: 15551319.

HSL color Cylindrical-coordinate representation of color #574BED: hue angle of 244.44º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #574BED is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 75 237 -
CMYK 0.63 0.68 0 0.07
HSL 244.44º 0.82% 0.61% -
HSV(B) 244.44º 0.68% 0.93% -
XYZ 21.73 13.17 81.52 -
YUV 97.06 206.98 120.83 -
System Red Green Blue C M Y K H S L
Decimal 87 75 237 0.63 0.68 0 0.07 244.44 0.82 0.61
Hex 57 4B ED 3F 44 0 7 F4 52 3D
Octal 127 113 355 77 104 0 7 364 122 75
Binary 1010111 1001011 11101101 111111 1000100 0 111 11110100 1010010 111101

Color Harmonies of #574BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574BED

Black with #574BED

Text Example


Text Example

White with #574BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,75,237); }

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

background-color css

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

 a { background-color: rgb(87,75,237); }

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

border-color css

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

 span { border-color: rgb(87,75,237); }

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