Html Css Color HEX #383EED Neon Blue

📋 copy color: '#383EED'

red 56 ◦ green 62 ◦ blue 237

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

Shades of Neon Blue #383EED

Tints of Neon Blue #383EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.76%

R = 15.77%
G = 17.46%
B = 66.76%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#383EED (or 0x383EED) is known color: Neon Blue. HEX triplet: 38, 3E and ED. RGB value is (56,62,237). Sum of RGB (Red+Green+Blue) = 56+62+237=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #383EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383EED is #C7C112. Grayscale: #4F4F4F. Windows color (decimal): -13091091 or 15547960. OLE color: 15547960.

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

Color convert

RGB 56 62 237 -
CMYK 0.76 0.74 0 0.07
HSL 238.01º 0.83% 0.57% -
HSV(B) 238.01º 0.76% 0.93% -
XYZ 18.64 10.4 81.15 -
YUV 80.16 216.51 110.77 -
System Red Green Blue C M Y K H S L
Decimal 56 62 237 0.76 0.74 0 0.07 238.01 0.83 0.57
Hex 38 3E ED 4C 4A 0 7 EE 53 39
Octal 70 76 355 114 112 0 7 356 123 71
Binary 111000 111110 11101101 1001100 1001010 0 111 11101110 1010011 111001

Color Harmonies of #383EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383EED

Black with #383EED

Text Example


Text Example

White with #383EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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