Html Css Color HEX #3F39ED Neon Blue

📋 copy color: '#3F39ED'

red 63 ◦ green 57 ◦ blue 237

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

Shades of Neon Blue #3F39ED

Tints of Neon Blue #3F39ED

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.97%

 BLUE value IS 237 (92.97% from 255) = 66.39%

R = 17.65%
G = 15.97%
B = 66.39%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3F39ED (or 0x3F39ED) is known color: Neon Blue. HEX triplet: 3F, 39 and ED. RGB value is (63,57,237). Sum of RGB (Red+Green+Blue) = 63+57+237=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F39ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F39ED is #C0C612. Grayscale: #4E4E4E. Windows color (decimal): -12633619 or 15546687. OLE color: 15546687.

HSL color Cylindrical-coordinate representation of color #3F39ED: hue angle of 242º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F39ED is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 57 237 -
CMYK 0.73 0.76 0 0.07
HSL 242º 0.83% 0.58% -
HSV(B) 242º 0.76% 0.93% -
XYZ 18.8 10.1 81.08 -
YUV 79.31 216.99 116.36 -
System Red Green Blue C M Y K H S L
Decimal 63 57 237 0.73 0.76 0 0.07 242 0.83 0.58
Hex 3F 39 ED 49 4C 0 7 F2 53 3A
Octal 77 71 355 111 114 0 7 362 123 72
Binary 111111 111001 11101101 1001001 1001100 0 111 11110010 1010011 111010

Color Harmonies of #3F39ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F39ED

Black with #3F39ED

Text Example


Text Example

White with #3F39ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,57,237); }

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

background-color css

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

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

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

border-color css

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

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

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