Html Css Color HEX #3F32F1 Neon Blue

📋 copy color: '#3F32F1'

red 63 ◦ green 50 ◦ blue 241

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

Shades of Neon Blue #3F32F1

Tints of Neon Blue #3F32F1

RGB

 RED value IS 63 (25% from 255) = 17.8%

 GREEN value IS 50 (19.92% from 255) = 14.12%

 BLUE value IS 241 (94.53% from 255) = 68.08%

R = 17.8%
G = 14.12%
B = 68.08%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3F32F1 (or 0x3F32F1) is known color: Neon Blue. HEX triplet: 3F, 32 and F1. RGB value is (63,50,241). Sum of RGB (Red+Green+Blue) = 63+50+241=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 241 (94.53% from 255 or 68.08% from 354); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F32F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F32F1 is #C0CD0E. Grayscale: #4A4A4A. Windows color (decimal): -12635407 or 15807039. OLE color: 15807039.

HSL color Cylindrical-coordinate representation of color #3F32F1: hue angle of 244.08º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F32F1 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 50 241 -
CMYK 0.74 0.79 0 0.05
HSL 244.08º 0.87% 0.57% -
HSV(B) 244.08º 0.79% 0.95% -
XYZ 19.07 9.69 84.08 -
YUV 75.66 221.31 118.97 -
System Red Green Blue C M Y K H S L
Decimal 63 50 241 0.74 0.79 0 0.05 244.08 0.87 0.57
Hex 3F 32 F1 4A 4F 0 5 F4 57 39
Octal 77 62 361 112 117 0 5 364 127 71
Binary 111111 110010 11110001 1001010 1001111 0 101 11110100 1010111 111001

Color Harmonies of #3F32F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F32F1

Black with #3F32F1

Text Example


Text Example

White with #3F32F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F32F1; }

 p { color: rgb(63,50,241); }

 H1.HeaderClassName
 {
   color: #3F32F1;
 }
 .AnyTagClassName
 {
   color: #3F32F1;
 }
</style>

background-color css

<style>
 a { background-color: #3F32F1; }

 a { background-color: rgb(63,50,241); }

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

border-color css

<style>
 span { border-color: #3F32F1; }

 span { border-color: rgb(63,50,241); }

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