Html Css Color HEX #383CEC Neon Blue

📋 copy color: '#383CEC'

red 56 ◦ green 60 ◦ blue 236

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

Shades of Neon Blue #383CEC

Tints of Neon Blue #383CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.05%

R = 15.91%
G = 17.05%
B = 67.05%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#383CEC (or 0x383CEC) is known color: Neon Blue. HEX triplet: 38, 3C and EC. RGB value is (56,60,236). Sum of RGB (Red+Green+Blue) = 56+60+236=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #383CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CEC is #C7C313. Grayscale: #4E4E4E. Windows color (decimal): -13091604 or 15481912. OLE color: 15481912.

HSL color Cylindrical-coordinate representation of color #383CEC: hue angle of 238.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #383CEC is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 60 236 -
CMYK 0.76 0.75 0 0.07
HSL 238.67º 0.83% 0.57% -
HSV(B) 238.67º 0.76% 0.93% -
XYZ 18.39 10.13 80.34 -
YUV 78.87 216.67 111.69 -
System Red Green Blue C M Y K H S L
Decimal 56 60 236 0.76 0.75 0 0.07 238.67 0.83 0.57
Hex 38 3C EC 4C 4B 0 7 EF 53 39
Octal 70 74 354 114 113 0 7 357 123 71
Binary 111000 111100 11101100 1001100 1001011 0 111 11101111 1010011 111001

Color Harmonies of #383CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CEC

Black with #383CEC

Text Example


Text Example

White with #383CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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