Html Css Color HEX #3F36FF Neon Blue

📋 copy color: '#3F36FF'

red 63 ◦ green 54 ◦ blue 255

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

Shades of Neon Blue #3F36FF

Tints of Neon Blue #3F36FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.55%

R = 16.94%
G = 14.52%
B = 68.55%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3F36FF (or 0x3F36FF) is known color: Neon Blue. HEX triplet: 3F, 36 and FF. RGB value is (63,54,255). Sum of RGB (Red+Green+Blue) = 63+54+255=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F36FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F36FF is #C0C900. Grayscale: #4E4E4E. Windows color (decimal): -12634369 or 16725567. OLE color: 16725567.

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

Color convert

RGB 63 54 255 -
CMYK 0.75 0.79 0 0
HSL 242.69º 1% 0.61% -
HSV(B) 242.69º 0.79% 1% -
XYZ 21.42 10.92 95.59 -
YUV 79.61 226.98 116.16 -
System Red Green Blue C M Y K H S L
Decimal 63 54 255 0.75 0.79 0 0 242.69 1 0.61
Hex 3F 36 FF 4B 4F 0 0 F3 64 3D
Octal 77 66 377 113 117 0 0 363 144 75
Binary 111111 110110 11111111 1001011 1001111 0 0 11110011 1100100 111101

Color Harmonies of #3F36FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F36FF

Black with #3F36FF

Text Example


Text Example

White with #3F36FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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