Html Css Color HEX #5741FE Neon Blue

📋 copy color: '#5741FE'

red 87 ◦ green 65 ◦ blue 254

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

Shades of Neon Blue #5741FE

Tints of Neon Blue #5741FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.01%

 BLUE value IS 254 (99.61% from 255) = 62.56%

R = 21.43%
G = 16.01%
B = 62.56%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5741FE (or 0x5741FE) is known color: Neon Blue. HEX triplet: 57, 41 and FE. RGB value is (87,65,254). Sum of RGB (Red+Green+Blue) = 87+65+254=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #5741FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5741FE is #A8BE01. Grayscale: #5C5C5C. Windows color (decimal): -11058690 or 16662871. OLE color: 16662871.

HSL color Cylindrical-coordinate representation of color #5741FE: hue angle of 246.98º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5741FE is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 87 65 254 -
CMYK 0.66 0.74 0 0.00
HSL 246.98º 0.99% 0.63% -
HSV(B) 246.98º 0.74% 1% -
XYZ 23.71 12.96 95.02 -
YUV 93.12 218.79 123.63 -
System Red Green Blue C M Y K H S L
Decimal 87 65 254 0.66 0.74 0 0.00 246.98 0.99 0.63
Hex 57 41 FE 42 4A 0 0 F7 63 3F
Octal 127 101 376 102 112 0 0 367 143 77
Binary 1010111 1000001 11111110 1000010 1001010 0 0 11110111 1100011 111111

Color Harmonies of #5741FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5741FE

Black with #5741FE

Text Example


Text Example

White with #5741FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5741FE; }

 p { color: rgb(87,65,254); }

 H1.HeaderClassName
 {
   color: #5741FE;
 }
 .AnyTagClassName
 {
   color: #5741FE;
 }
</style>

background-color css

<style>
 a { background-color: #5741FE; }

 a { background-color: rgb(87,65,254); }

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

border-color css

<style>
 span { border-color: #5741FE; }

 span { border-color: rgb(87,65,254); }

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