Html Css Color HEX #5F3CEA Neon Blue

📋 copy color: '#5F3CEA'

red 95 ◦ green 60 ◦ blue 234

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

Shades of Neon Blue #5F3CEA

Tints of Neon Blue #5F3CEA

RGB

 RED value IS 95 (37.5% from 255) = 24.42%

 GREEN value IS 60 (23.83% from 255) = 15.42%

 BLUE value IS 234 (91.8% from 255) = 60.15%

R = 24.42%
G = 15.42%
B = 60.15%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5F3CEA (or 0x5F3CEA) is known color: Neon Blue. HEX triplet: 5F, 3C and EA. RGB value is (95,60,234). Sum of RGB (Red+Green+Blue) = 95+60+234=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F3CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F3CEA is #A0C315. Grayscale: #595959. Windows color (decimal): -10535702 or 15350879. OLE color: 15350879.

HSL color Cylindrical-coordinate representation of color #5F3CEA: hue angle of 252.07º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F3CEA is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 60 234 -
CMYK 0.59 0.74 0 0.08
HSL 252.07º 0.81% 0.58% -
HSV(B) 252.07º 0.74% 0.92% -
XYZ 21.19 11.61 78.97 -
YUV 90.3 209.1 131.35 -
System Red Green Blue C M Y K H S L
Decimal 95 60 234 0.59 0.74 0 0.08 252.07 0.81 0.58
Hex 5F 3C EA 3B 4A 0 8 FC 51 3A
Octal 137 74 352 73 112 0 10 374 121 72
Binary 1011111 111100 11101010 111011 1001010 0 1000 11111100 1010001 111010

Color Harmonies of #5F3CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3CEA

Black with #5F3CEA

Text Example


Text Example

White with #5F3CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F3CEA; }

 p { color: rgb(95,60,234); }

 H1.HeaderClassName
 {
   color: #5F3CEA;
 }
 .AnyTagClassName
 {
   color: #5F3CEA;
 }
</style>

background-color css

<style>
 a { background-color: #5F3CEA; }

 a { background-color: rgb(95,60,234); }

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

border-color css

<style>
 span { border-color: #5F3CEA; }

 span { border-color: rgb(95,60,234); }

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