Html Css Color HEX #3F38DF Neon Blue

📋 copy color: '#3F38DF'

red 63 ◦ green 56 ◦ blue 223

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

Shades of Neon Blue #3F38DF

Tints of Neon Blue #3F38DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.2%

R = 18.42%
G = 16.37%
B = 65.2%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F38DF (or 0x3F38DF) is known color: Neon Blue. HEX triplet: 3F, 38 and DF. RGB value is (63,56,223). Sum of RGB (Red+Green+Blue) = 63+56+223=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F38DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F38DF is #C0C720. Grayscale: #4C4C4C. Windows color (decimal): -12633889 or 14628927. OLE color: 14628927.

HSL color Cylindrical-coordinate representation of color #3F38DF: hue angle of 242.51º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F38DF is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 56 223 -
CMYK 0.72 0.75 0 0.13
HSL 242.52º 0.72% 0.55% -
HSV(B) 242.52º 0.75% 0.87% -
XYZ 16.78 9.21 70.71 -
YUV 77.13 210.32 117.92 -
System Red Green Blue C M Y K H S L
Decimal 63 56 223 0.72 0.75 0 0.13 242.52 0.72 0.55
Hex 3F 38 DF 48 4B 0 D F3 48 37
Octal 77 70 337 110 113 0 15 363 110 67
Binary 111111 111000 11011111 1001000 1001011 0 1101 11110011 1001000 110111

Color Harmonies of #3F38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F38DF

Black with #3F38DF

Text Example


Text Example

White with #3F38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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