Html Css Color HEX #3F44EE Neon Blue

📋 copy color: '#3F44EE'

red 63 ◦ green 68 ◦ blue 238

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

Shades of Neon Blue #3F44EE

Tints of Neon Blue #3F44EE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.43%

 BLUE value IS 238 (93.36% from 255) = 64.5%

R = 17.07%
G = 18.43%
B = 64.5%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3F44EE (or 0x3F44EE) is known color: Neon Blue. HEX triplet: 3F, 44 and EE. RGB value is (63,68,238). Sum of RGB (Red+Green+Blue) = 63+68+238=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #3F44EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F44EE is #C0BB11. Grayscale: #555555. Windows color (decimal): -12630802 or 15615039. OLE color: 15615039.

HSL color Cylindrical-coordinate representation of color #3F44EE: hue angle of 238.29º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F44EE is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 68 238 -
CMYK 0.74 0.71 0 0.07
HSL 238.29º 0.84% 0.59% -
HSV(B) 238.29º 0.74% 0.93% -
XYZ 19.55 11.36 82.05 -
YUV 85.89 213.84 111.68 -
System Red Green Blue C M Y K H S L
Decimal 63 68 238 0.74 0.71 0 0.07 238.29 0.84 0.59
Hex 3F 44 EE 4A 47 0 7 EE 54 3B
Octal 77 104 356 112 107 0 7 356 124 73
Binary 111111 1000100 11101110 1001010 1000111 0 111 11101110 1010100 111011

Color Harmonies of #3F44EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F44EE

Black with #3F44EE

Text Example


Text Example

White with #3F44EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,68,238); }

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

background-color css

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

 a { background-color: rgb(63,68,238); }

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

border-color css

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

 span { border-color: rgb(63,68,238); }

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