Html Css Color HEX #574BFB Neon Blue

📋 copy color: '#574BFB'

red 87 ◦ green 75 ◦ blue 251

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

Shades of Neon Blue #574BFB

Tints of Neon Blue #574BFB

RGB

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

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

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

R = 21.07%
G = 18.16%
B = 60.77%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#574BFB (or 0x574BFB) is known color: Neon Blue. HEX triplet: 57, 4B and FB. RGB value is (87,75,251). Sum of RGB (Red+Green+Blue) = 87+75+251=413 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.07% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #574BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574BFB is #A8B404. Grayscale: #616161. Windows color (decimal): -11056133 or 16468823. OLE color: 16468823.

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

Color convert

RGB 87 75 251 -
CMYK 0.65 0.70 0 0.02
HSL 244.09º 0.96% 0.64% -
HSV(B) 244.09º 0.7% 0.98% -
XYZ 23.86 14.02 92.72 -
YUV 98.65 213.98 119.69 -
System Red Green Blue C M Y K H S L
Decimal 87 75 251 0.65 0.70 0 0.02 244.09 0.96 0.64
Hex 57 4B FB 41 46 0 2 F4 60 40
Octal 127 113 373 101 106 0 2 364 140 100
Binary 1010111 1001011 11111011 1000001 1000110 0 10 11110100 1100000 1000000

Color Harmonies of #574BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574BFB

Black with #574BFB

Text Example


Text Example

White with #574BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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