Html Css Color HEX #383CE7 Neon Blue

📋 copy color: '#383CE7'

red 56 ◦ green 60 ◦ blue 231

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

Shades of Neon Blue #383CE7

Tints of Neon Blue #383CE7

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.29%

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

R = 16.14%
G = 17.29%
B = 66.57%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#383CE7 (or 0x383CE7) is known color: Neon Blue. HEX triplet: 38, 3C and E7. RGB value is (56,60,231). Sum of RGB (Red+Green+Blue) = 56+60+231=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 231 (90.62% from 255 or 66.57% from 347); Max value from RGB is 231 - color contains mainly: blue. Hex color #383CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CE7 is #C7C318. Grayscale: #4D4D4D. Windows color (decimal): -13091609 or 15154232. OLE color: 15154232.

HSL color Cylindrical-coordinate representation of color #383CE7: hue angle of 238.63º 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 #383CE7 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 60 231 -
CMYK 0.76 0.74 0 0.09
HSL 238.63º 0.78% 0.56% -
HSV(B) 238.63º 0.76% 0.91% -
XYZ 17.67 9.84 76.57 -
YUV 78.3 214.17 112.1 -
System Red Green Blue C M Y K H S L
Decimal 56 60 231 0.76 0.74 0 0.09 238.63 0.78 0.56
Hex 38 3C E7 4C 4A 0 9 EF 4E 38
Octal 70 74 347 114 112 0 11 357 116 70
Binary 111000 111100 11100111 1001100 1001010 0 1001 11101111 1001110 111000

Color Harmonies of #383CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CE7

Black with #383CE7

Text Example


Text Example

White with #383CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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