Html Css Color HEX #3F47FA Neon Blue

📋 copy color: '#3F47FA'

red 63 ◦ green 71 ◦ blue 250

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

Shades of Neon Blue #3F47FA

Tints of Neon Blue #3F47FA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.49%

 BLUE value IS 250 (98.05% from 255) = 65.1%

R = 16.41%
G = 18.49%
B = 65.1%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F47FA (or 0x3F47FA) is known color: Neon Blue. HEX triplet: 3F, 47 and FA. RGB value is (63,71,250). Sum of RGB (Red+Green+Blue) = 63+71+250=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F47FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F47FA is #C0B805. Grayscale: #585858. Windows color (decimal): -12630022 or 16402239. OLE color: 16402239.

HSL color Cylindrical-coordinate representation of color #3F47FA: hue angle of 237.43º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F47FA is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 71 250 -
CMYK 0.75 0.72 0 0.02
HSL 237.43º 0.95% 0.61% -
HSV(B) 237.43º 0.75% 0.98% -
XYZ 21.56 12.47 91.71 -
YUV 89.01 218.85 109.45 -
System Red Green Blue C M Y K H S L
Decimal 63 71 250 0.75 0.72 0 0.02 237.43 0.95 0.61
Hex 3F 47 FA 4B 48 0 2 ED 5F 3D
Octal 77 107 372 113 110 0 2 355 137 75
Binary 111111 1000111 11111010 1001011 1001000 0 10 11101101 1011111 111101

Color Harmonies of #3F47FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F47FA

Black with #3F47FA

Text Example


Text Example

White with #3F47FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,71,250); }

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

background-color css

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

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

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

border-color css

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

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

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