Html Css Color HEX #3831FA Neon Blue

📋 copy color: '#3831FA'

red 56 ◦ green 49 ◦ blue 250

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

Shades of Neon Blue #3831FA

Tints of Neon Blue #3831FA

RGB

 RED value IS 56 (22.27% from 255) = 15.77%

 GREEN value IS 49 (19.53% from 255) = 13.8%

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

R = 15.77%
G = 13.8%
B = 70.42%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3831FA (or 0x3831FA) is known color: Neon Blue. HEX triplet: 38, 31 and FA. RGB value is (56,49,250). Sum of RGB (Red+Green+Blue) = 56+49+250=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #3831FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3831FA is #C7CE05. Grayscale: #494949. Windows color (decimal): -13094406 or 16396600. OLE color: 16396600.

HSL color Cylindrical-coordinate representation of color #3831FA: hue angle of 242.09º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3831FA is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 49 250 -
CMYK 0.78 0.80 0 0.02
HSL 242.09º 0.95% 0.59% -
HSV(B) 242.09º 0.8% 0.98% -
XYZ 19.98 9.94 91.31 -
YUV 74.01 227.32 115.16 -
System Red Green Blue C M Y K H S L
Decimal 56 49 250 0.78 0.80 0 0.02 242.09 0.95 0.59
Hex 38 31 FA 4E 50 0 2 F2 5F 3B
Octal 70 61 372 116 120 0 2 362 137 73
Binary 111000 110001 11111010 1001110 1010000 0 10 11110010 1011111 111011

Color Harmonies of #3831FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3831FA

Black with #3831FA

Text Example


Text Example

White with #3831FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3831FA; }

 p { color: rgb(56,49,250); }

 H1.HeaderClassName
 {
   color: #3831FA;
 }
 .AnyTagClassName
 {
   color: #3831FA;
 }
</style>

background-color css

<style>
 a { background-color: #3831FA; }

 a { background-color: rgb(56,49,250); }

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

border-color css

<style>
 span { border-color: #3831FA; }

 span { border-color: rgb(56,49,250); }

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