Html Css Color HEX #383FE7 Neon Blue

📋 copy color: '#383FE7'

red 56 ◦ green 63 ◦ blue 231

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

Shades of Neon Blue #383FE7

Tints of Neon Blue #383FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 66%

R = 16%
G = 18%
B = 66%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#383FE7 (or 0x383FE7) is known color: Neon Blue. HEX triplet: 38, 3F and E7. RGB value is (56,63,231). Sum of RGB (Red+Green+Blue) = 56+63+231=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 231 (90.62% from 255 or 66% from 350); Max value from RGB is 231 - color contains mainly: blue. Hex color #383FE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383FE7 is #C7C018. Grayscale: #4F4F4F. Windows color (decimal): -13090841 or 15155000. OLE color: 15155000.

HSL color Cylindrical-coordinate representation of color #383FE7: hue angle of 237.6º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #383FE7 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 63 231 -
CMYK 0.76 0.73 0 0.09
HSL 237.6º 0.78% 0.56% -
HSV(B) 237.6º 0.76% 0.91% -
XYZ 17.83 10.17 76.62 -
YUV 80.06 213.18 110.84 -
System Red Green Blue C M Y K H S L
Decimal 56 63 231 0.76 0.73 0 0.09 237.6 0.78 0.56
Hex 38 3F E7 4C 49 0 9 EE 4E 38
Octal 70 77 347 114 111 0 11 356 116 70
Binary 111000 111111 11100111 1001100 1001001 0 1001 11101110 1001110 111000

Color Harmonies of #383FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FE7

Black with #383FE7

Text Example


Text Example

White with #383FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,63,231); }

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

background-color css

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

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

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

border-color css

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

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

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