Html Css Color HEX #3F36DF Neon Blue

📋 copy color: '#3F36DF'

red 63 ◦ green 54 ◦ blue 223

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

Shades of Neon Blue #3F36DF

Tints of Neon Blue #3F36DF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.88%

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

R = 18.53%
G = 15.88%
B = 65.59%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F36DF (or 0x3F36DF) is known color: Neon Blue. HEX triplet: 3F, 36 and DF. RGB value is (63,54,223). Sum of RGB (Red+Green+Blue) = 63+54+223=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F36DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F36DF is #C0C920. Grayscale: #4B4B4B. Windows color (decimal): -12634401 or 14628415. OLE color: 14628415.

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

Color convert

RGB 63 54 223 -
CMYK 0.72 0.76 0 0.13
HSL 243.2º 0.73% 0.54% -
HSV(B) 243.2º 0.76% 0.87% -
XYZ 16.69 9.02 70.67 -
YUV 75.96 210.98 118.76 -
System Red Green Blue C M Y K H S L
Decimal 63 54 223 0.72 0.76 0 0.13 243.2 0.73 0.54
Hex 3F 36 DF 48 4C 0 D F3 49 36
Octal 77 66 337 110 114 0 15 363 111 66
Binary 111111 110110 11011111 1001000 1001100 0 1101 11110011 1001001 110110

Color Harmonies of #3F36DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F36DF

Black with #3F36DF

Text Example


Text Example

White with #3F36DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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