Html Css Color HEX #3F3ADE Neon Blue

📋 copy color: '#3F3ADE'

red 63 ◦ green 58 ◦ blue 222

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

Shades of Neon Blue #3F3ADE

Tints of Neon Blue #3F3ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.91%

 BLUE value IS 222 (87.11% from 255) = 64.72%

R = 18.37%
G = 16.91%
B = 64.72%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F3ADE (or 0x3F3ADE) is known color: Neon Blue. HEX triplet: 3F, 3A and DE. RGB value is (63,58,222). Sum of RGB (Red+Green+Blue) = 63+58+222=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F3ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3ADE is #C0C521. Grayscale: #4D4D4D. Windows color (decimal): -12633378 or 14563903. OLE color: 14563903.

HSL color Cylindrical-coordinate representation of color #3F3ADE: hue angle of 241.83º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F3ADE is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 58 222 -
CMYK 0.72 0.74 0 0.13
HSL 241.83º 0.71% 0.55% -
HSV(B) 241.83º 0.74% 0.87% -
XYZ 16.75 9.36 70.03 -
YUV 78.19 209.16 117.16 -
System Red Green Blue C M Y K H S L
Decimal 63 58 222 0.72 0.74 0 0.13 241.83 0.71 0.55
Hex 3F 3A DE 48 4A 0 D F2 47 37
Octal 77 72 336 110 112 0 15 362 107 67
Binary 111111 111010 11011110 1001000 1001010 0 1101 11110010 1000111 110111

Color Harmonies of #3F3ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3ADE

Black with #3F3ADE

Text Example


Text Example

White with #3F3ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,58,222); }

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

background-color css

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

 a { background-color: rgb(63,58,222); }

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

border-color css

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

 span { border-color: rgb(63,58,222); }

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