Html Css Color HEX #3F3FEE Neon Blue

📋 copy color: '#3F3FEE'

red 63 ◦ green 63 ◦ blue 238

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

Shades of Neon Blue #3F3FEE

Tints of Neon Blue #3F3FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 17.31%

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

R = 17.31%
G = 17.31%
B = 65.38%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3F3FEE (or 0x3F3FEE) is known color: Neon Blue. HEX triplet: 3F, 3F and EE. RGB value is (63,63,238). Sum of RGB (Red+Green+Blue) = 63+63+238=364 (48% of max value = 765). Red value is 63 (25% from 255 or 17.31% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #3F3FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F3FEE is #C0C011. Grayscale: #525252. Windows color (decimal): -12632082 or 15613759. OLE color: 15613759.

HSL color Cylindrical-coordinate representation of color #3F3FEE: hue angle of 240º 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 #3F3FEE is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 63 238 -
CMYK 0.74 0.74 0 0.07
HSL 240º 0.84% 0.59% -
HSV(B) 240º 0.74% 0.93% -
XYZ 19.26 10.78 81.96 -
YUV 82.95 215.5 113.77 -
System Red Green Blue C M Y K H S L
Decimal 63 63 238 0.74 0.74 0 0.07 240 0.84 0.59
Hex 3F 3F EE 4A 4A 0 7 F0 54 3B
Octal 77 77 356 112 112 0 7 360 124 73
Binary 111111 111111 11101110 1001010 1001010 0 111 11110000 1010100 111011

Color Harmonies of #3F3FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3FEE

Black with #3F3FEE

Text Example


Text Example

White with #3F3FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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