Html Css Color HEX #3F42FA Neon Blue

📋 copy color: '#3F42FA'

red 63 ◦ green 66 ◦ blue 250

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

Shades of Neon Blue #3F42FA

Tints of Neon Blue #3F42FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

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

R = 16.62%
G = 17.41%
B = 65.96%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F42FA (or 0x3F42FA) is known color: Neon Blue. HEX triplet: 3F, 42 and FA. RGB value is (63,66,250). Sum of RGB (Red+Green+Blue) = 63+66+250=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F42FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F42FA is #C0BD05. Grayscale: #555555. Windows color (decimal): -12631302 or 16400959. OLE color: 16400959.

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

Color convert

RGB 63 66 250 -
CMYK 0.75 0.74 0 0.02
HSL 239.04º 0.95% 0.61% -
HSV(B) 239.04º 0.75% 0.98% -
XYZ 21.25 11.86 91.61 -
YUV 86.08 220.51 111.54 -
System Red Green Blue C M Y K H S L
Decimal 63 66 250 0.75 0.74 0 0.02 239.04 0.95 0.61
Hex 3F 42 FA 4B 4A 0 2 EF 5F 3D
Octal 77 102 372 113 112 0 2 357 137 75
Binary 111111 1000010 11111010 1001011 1001010 0 10 11101111 1011111 111101

Color Harmonies of #3F42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F42FA

Black with #3F42FA

Text Example


Text Example

White with #3F42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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