Html Css Color HEX #3F4EEB Neon Blue

📋 copy color: '#3F4EEB'

red 63 ◦ green 78 ◦ blue 235

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

Shades of Neon Blue #3F4EEB

Tints of Neon Blue #3F4EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.74%

 BLUE value IS 235 (92.19% from 255) = 62.5%

R = 16.76%
G = 20.74%
B = 62.5%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3F4EEB (or 0x3F4EEB) is known color: Neon Blue. HEX triplet: 3F, 4E and EB. RGB value is (63,78,235). Sum of RGB (Red+Green+Blue) = 63+78+235=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #3F4EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F4EEB is #C0B114. Grayscale: #5A5A5A. Windows color (decimal): -12628245 or 15420991. OLE color: 15420991.

HSL color Cylindrical-coordinate representation of color #3F4EEB: hue angle of 234.77º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F4EEB is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 78 235 -
CMYK 0.73 0.67 0 0.08
HSL 234.77º 0.81% 0.58% -
HSV(B) 234.77º 0.73% 0.92% -
XYZ 19.77 12.5 79.97 -
YUV 91.41 209.03 107.73 -
System Red Green Blue C M Y K H S L
Decimal 63 78 235 0.73 0.67 0 0.08 234.77 0.81 0.58
Hex 3F 4E EB 49 43 0 8 EB 51 3A
Octal 77 116 353 111 103 0 10 353 121 72
Binary 111111 1001110 11101011 1001001 1000011 0 1000 11101011 1010001 111010

Color Harmonies of #3F4EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4EEB

Black with #3F4EEB

Text Example


Text Example

White with #3F4EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,78,235); }

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

background-color css

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

 a { background-color: rgb(63,78,235); }

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

border-color css

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

 span { border-color: rgb(63,78,235); }

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