Html Css Color HEX #383EF1 Neon Blue

📋 copy color: '#383EF1'

red 56 ◦ green 62 ◦ blue 241

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

Shades of Neon Blue #383EF1

Tints of Neon Blue #383EF1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.27%

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

R = 15.6%
G = 17.27%
B = 67.13%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#383EF1 (or 0x383EF1) is known color: Neon Blue. HEX triplet: 38, 3E and F1. RGB value is (56,62,241). Sum of RGB (Red+Green+Blue) = 56+62+241=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 241 (94.53% from 255 or 67.13% from 359); Max value from RGB is 241 - color contains mainly: blue. Hex color #383EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383EF1 is #C7C10E. Grayscale: #4F4F4F. Windows color (decimal): -13091087 or 15810104. OLE color: 15810104.

HSL color Cylindrical-coordinate representation of color #383EF1: hue angle of 238.05º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #383EF1 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 62 241 -
CMYK 0.77 0.74 0 0.05
HSL 238.05º 0.87% 0.58% -
HSV(B) 238.05º 0.77% 0.95% -
XYZ 19.23 10.64 84.26 -
YUV 80.61 218.51 110.45 -
System Red Green Blue C M Y K H S L
Decimal 56 62 241 0.77 0.74 0 0.05 238.05 0.87 0.58
Hex 38 3E F1 4D 4A 0 5 EE 57 3A
Octal 70 76 361 115 112 0 5 356 127 72
Binary 111000 111110 11110001 1001101 1001010 0 101 11101110 1010111 111010

Color Harmonies of #383EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383EF1

Black with #383EF1

Text Example


Text Example

White with #383EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383EF1; }

 p { color: rgb(56,62,241); }

 H1.HeaderClassName
 {
   color: #383EF1;
 }
 .AnyTagClassName
 {
   color: #383EF1;
 }
</style>

background-color css

<style>
 a { background-color: #383EF1; }

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

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

border-color css

<style>
 span { border-color: #383EF1; }

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

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