Html Css Color HEX #3F3CE0 Neon Blue

📋 copy color: '#3F3CE0'

red 63 ◦ green 60 ◦ blue 224

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

Shades of Neon Blue #3F3CE0

Tints of Neon Blue #3F3CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 64.55%

R = 18.16%
G = 17.29%
B = 64.55%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3F3CE0 (or 0x3F3CE0) is known color: Neon Blue. HEX triplet: 3F, 3C and E0. RGB value is (63,60,224). Sum of RGB (Red+Green+Blue) = 63+60+224=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 224 (87.89% from 255 or 64.55% from 347); Max value from RGB is 224 - color contains mainly: blue. Hex color #3F3CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3CE0 is #C0C31F. Grayscale: #4E4E4E. Windows color (decimal): -12632864 or 14695487. OLE color: 14695487.

HSL color Cylindrical-coordinate representation of color #3F3CE0: hue angle of 241.1º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F3CE0 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 63 60 224 -
CMYK 0.72 0.73 0 0.12
HSL 241.1º 0.73% 0.56% -
HSV(B) 241.1º 0.73% 0.88% -
XYZ 17.12 9.67 71.49 -
YUV 79.59 209.49 116.16 -
System Red Green Blue C M Y K H S L
Decimal 63 60 224 0.72 0.73 0 0.12 241.1 0.73 0.56
Hex 3F 3C E0 48 49 0 C F1 49 38
Octal 77 74 340 110 111 0 14 361 111 70
Binary 111111 111100 11100000 1001000 1001001 0 1100 11110001 1001001 111000

Color Harmonies of #3F3CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3CE0

Black with #3F3CE0

Text Example


Text Example

White with #3F3CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,60,224); }

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

background-color css

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

 a { background-color: rgb(63,60,224); }

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

border-color css

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

 span { border-color: rgb(63,60,224); }

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