Html Css Color HEX #3F3CEF Neon Blue

📋 copy color: '#3F3CEF'

red 63 ◦ green 60 ◦ blue 239

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

Shades of Neon Blue #3F3CEF

Tints of Neon Blue #3F3CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.02%

R = 17.4%
G = 16.57%
B = 66.02%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3F3CEF (or 0x3F3CEF) is known color: Neon Blue. HEX triplet: 3F, 3C and EF. RGB value is (63,60,239). Sum of RGB (Red+Green+Blue) = 63+60+239=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F3CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F3CEF is #C0C310. Grayscale: #505050. Windows color (decimal): -12632849 or 15678527. OLE color: 15678527.

HSL color Cylindrical-coordinate representation of color #3F3CEF: hue angle of 241.01º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F3CEF is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 60 239 -
CMYK 0.74 0.75 0 0.06
HSL 241.01º 0.85% 0.59% -
HSV(B) 241.01º 0.75% 0.94% -
XYZ 19.25 10.52 82.68 -
YUV 81.3 216.99 114.95 -
System Red Green Blue C M Y K H S L
Decimal 63 60 239 0.74 0.75 0 0.06 241.01 0.85 0.59
Hex 3F 3C EF 4A 4B 0 6 F1 55 3B
Octal 77 74 357 112 113 0 6 361 125 73
Binary 111111 111100 11101111 1001010 1001011 0 110 11110001 1010101 111011

Color Harmonies of #3F3CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3CEF

Black with #3F3CEF

Text Example


Text Example

White with #3F3CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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