Html Css Color HEX #5F5BF4 Neon Blue

📋 copy color: '#5F5BF4'

red 95 ◦ green 91 ◦ blue 244

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

Shades of Neon Blue #5F5BF4

Tints of Neon Blue #5F5BF4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.16%

 BLUE value IS 244 (95.7% from 255) = 56.74%

R = 22.09%
G = 21.16%
B = 56.74%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5F5BF4 (or 0x5F5BF4) is known color: Neon Blue. HEX triplet: 5F, 5B and F4. RGB value is (95,91,244). Sum of RGB (Red+Green+Blue) = 95+91+244=430 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.09% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 244 (95.70% from 255 or 56.74% from 430); Max value from RGB is 244 - color contains mainly: blue. Hex color #5F5BF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F5BF4 is #A0A40B. Grayscale: #6D6D6D. Windows color (decimal): -10527756 or 16014175. OLE color: 16014175.

HSL color Cylindrical-coordinate representation of color #5F5BF4: hue angle of 241.57º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F5BF4 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 95 91 244 -
CMYK 0.61 0.63 0 0.04
HSL 241.57º 0.87% 0.66% -
HSV(B) 241.57º 0.63% 0.96% -
XYZ 24.79 16.45 87.46 -
YUV 109.64 203.83 117.56 -
System Red Green Blue C M Y K H S L
Decimal 95 91 244 0.61 0.63 0 0.04 241.57 0.87 0.66
Hex 5F 5B F4 3D 3F 0 4 F2 57 42
Octal 137 133 364 75 77 0 4 362 127 102
Binary 1011111 1011011 11110100 111101 111111 0 100 11110010 1010111 1000010

Color Harmonies of #5F5BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5BF4

Black with #5F5BF4

Text Example


Text Example

White with #5F5BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,91,244); }

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

background-color css

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

 a { background-color: rgb(95,91,244); }

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

border-color css

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

 span { border-color: rgb(95,91,244); }

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