Html Css Color HEX #383CEE Neon Blue

📋 copy color: '#383CEE'

red 56 ◦ green 60 ◦ blue 238

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

Shades of Neon Blue #383CEE

Tints of Neon Blue #383CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 67.23%

R = 15.82%
G = 16.95%
B = 67.23%

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

#383CEE (or 0x383CEE) is known color: Neon Blue. HEX triplet: 38, 3C and EE. RGB value is (56,60,238). Sum of RGB (Red+Green+Blue) = 56+60+238=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #383CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CEE is #C7C311. Grayscale: #4E4E4E. Windows color (decimal): -13091602 or 15612984. OLE color: 15612984.

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

Color convert

RGB 56 60 238 -
CMYK 0.76 0.75 0 0.07
HSL 238.68º 0.84% 0.58% -
HSV(B) 238.68º 0.76% 0.93% -
XYZ 18.68 10.25 81.88 -
YUV 79.1 217.67 111.53 -
System Red Green Blue C M Y K H S L
Decimal 56 60 238 0.76 0.75 0 0.07 238.68 0.84 0.58
Hex 38 3C EE 4C 4B 0 7 EF 54 3A
Octal 70 74 356 114 113 0 7 357 124 72
Binary 111000 111100 11101110 1001100 1001011 0 111 11101111 1010100 111010

Color Harmonies of #383CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CEE

Black with #383CEE

Text Example


Text Example

White with #383CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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