Html Css Color HEX #3F52EF Neon Blue

📋 copy color: '#3F52EF'

red 63 ◦ green 82 ◦ blue 239

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

Shades of Neon Blue #3F52EF

Tints of Neon Blue #3F52EF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

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

R = 16.41%
G = 21.35%
B = 62.24%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3F52EF (or 0x3F52EF) is known color: Neon Blue. HEX triplet: 3F, 52 and EF. RGB value is (63,82,239). Sum of RGB (Red+Green+Blue) = 63+82+239=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F52EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F52EF is #C0AD10. Grayscale: #5D5D5D. Windows color (decimal): -12627217 or 15684159. OLE color: 15684159.

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

Color convert

RGB 63 82 239 -
CMYK 0.74 0.66 0 0.06
HSL 233.52º 0.85% 0.59% -
HSV(B) 233.52º 0.74% 0.94% -
XYZ 20.65 13.32 83.14 -
YUV 94.22 209.71 105.73 -
System Red Green Blue C M Y K H S L
Decimal 63 82 239 0.74 0.66 0 0.06 233.52 0.85 0.59
Hex 3F 52 EF 4A 42 0 6 EA 55 3B
Octal 77 122 357 112 102 0 6 352 125 73
Binary 111111 1010010 11101111 1001010 1000010 0 110 11101010 1010101 111011

Color Harmonies of #3F52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F52EF

Black with #3F52EF

Text Example


Text Example

White with #3F52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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