Html Css Color HEX #3F3FF1 Neon Blue

📋 copy color: '#3F3FF1'

red 63 ◦ green 63 ◦ blue 241

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

Shades of Neon Blue #3F3FF1

Tints of Neon Blue #3F3FF1

RGB

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

 GREEN value IS 63 (25% from 255) = 17.17%

 BLUE value IS 241 (94.53% from 255) = 65.67%

R = 17.17%
G = 17.17%
B = 65.67%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3F3FF1 (or 0x3F3FF1) is known color: Neon Blue. HEX triplet: 3F, 3F and F1. RGB value is (63,63,241). Sum of RGB (Red+Green+Blue) = 63+63+241=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F3FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F3FF1 is #C0C00E. Grayscale: #525252. Windows color (decimal): -12632079 or 15810367. OLE color: 15810367.

HSL color Cylindrical-coordinate representation of color #3F3FF1: hue angle of 240º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F3FF1 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 63 241 -
CMYK 0.74 0.74 0 0.05
HSL 240º 0.86% 0.6% -
HSV(B) 240º 0.74% 0.95% -
XYZ 19.7 10.96 84.3 -
YUV 83.29 217 113.53 -
System Red Green Blue C M Y K H S L
Decimal 63 63 241 0.74 0.74 0 0.05 240 0.86 0.6
Hex 3F 3F F1 4A 4A 0 5 F0 56 3C
Octal 77 77 361 112 112 0 5 360 126 74
Binary 111111 111111 11110001 1001010 1001010 0 101 11110000 1010110 111100

Color Harmonies of #3F3FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3FF1

Black with #3F3FF1

Text Example


Text Example

White with #3F3FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,63,241); }

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

background-color css

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

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

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

border-color css

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

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

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