Html Css Color HEX #5F5CEE Neon Blue

📋 copy color: '#5F5CEE'

red 95 ◦ green 92 ◦ blue 238

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

Shades of Neon Blue #5F5CEE

Tints of Neon Blue #5F5CEE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.65%

 BLUE value IS 238 (93.36% from 255) = 56%

R = 22.35%
G = 21.65%
B = 56%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5F5CEE (or 0x5F5CEE) is known color: Neon Blue. HEX triplet: 5F, 5C and EE. RGB value is (95,92,238). Sum of RGB (Red+Green+Blue) = 95+92+238=425 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.35% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #5F5CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F5CEE is #A0A311. Grayscale: #6C6C6C. Windows color (decimal): -10527506 or 15621215. OLE color: 15621215.

HSL color Cylindrical-coordinate representation of color #5F5CEE: hue angle of 241.23º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F5CEE is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 92 238 -
CMYK 0.60 0.61 0 0.07
HSL 241.23º 0.81% 0.65% -
HSV(B) 241.23º 0.61% 0.93% -
XYZ 23.98 16.26 82.76 -
YUV 109.54 200.49 117.63 -
System Red Green Blue C M Y K H S L
Decimal 95 92 238 0.60 0.61 0 0.07 241.23 0.81 0.65
Hex 5F 5C EE 3C 3D 0 7 F1 51 41
Octal 137 134 356 74 75 0 7 361 121 101
Binary 1011111 1011100 11101110 111100 111101 0 111 11110001 1010001 1000001

Color Harmonies of #5F5CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5CEE

Black with #5F5CEE

Text Example


Text Example

White with #5F5CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,92,238); }

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

background-color css

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

 a { background-color: rgb(95,92,238); }

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

border-color css

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

 span { border-color: rgb(95,92,238); }

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