Html Css Color HEX #3F38FA Neon Blue

📋 copy color: '#3F38FA'

red 63 ◦ green 56 ◦ blue 250

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

Shades of Neon Blue #3F38FA

Tints of Neon Blue #3F38FA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.18%

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

R = 17.07%
G = 15.18%
B = 67.75%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F38FA (or 0x3F38FA) is known color: Neon Blue. HEX triplet: 3F, 38 and FA. RGB value is (63,56,250). Sum of RGB (Red+Green+Blue) = 63+56+250=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F38FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F38FA is #C0C705. Grayscale: #4F4F4F. Windows color (decimal): -12633862 or 16398399. OLE color: 16398399.

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

Color convert

RGB 63 56 250 -
CMYK 0.75 0.78 0 0.02
HSL 242.16º 0.95% 0.6% -
HSV(B) 242.16º 0.78% 0.98% -
XYZ 20.72 10.79 91.43 -
YUV 80.21 223.82 115.73 -
System Red Green Blue C M Y K H S L
Decimal 63 56 250 0.75 0.78 0 0.02 242.16 0.95 0.6
Hex 3F 38 FA 4B 4E 0 2 F2 5F 3C
Octal 77 70 372 113 116 0 2 362 137 74
Binary 111111 111000 11111010 1001011 1001110 0 10 11110010 1011111 111100

Color Harmonies of #3F38FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F38FA

Black with #3F38FA

Text Example


Text Example

White with #3F38FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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