Html Css Color HEX #383DF8 Neon Blue

📋 copy color: '#383DF8'

red 56 ◦ green 61 ◦ blue 248

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

Shades of Neon Blue #383DF8

Tints of Neon Blue #383DF8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.71%

 BLUE value IS 248 (97.27% from 255) = 67.95%

R = 15.34%
G = 16.71%
B = 67.95%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#383DF8 (or 0x383DF8) is known color: Neon Blue. HEX triplet: 38, 3D and F8. RGB value is (56,61,248). Sum of RGB (Red+Green+Blue) = 56+61+248=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 248 (97.27% from 255 or 67.95% from 365); Max value from RGB is 248 - color contains mainly: blue. Hex color #383DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383DF8 is #C7C207. Grayscale: #505050. Windows color (decimal): -13091336 or 16268600. OLE color: 16268600.

HSL color Cylindrical-coordinate representation of color #383DF8: hue angle of 238.44º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #383DF8 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 61 248 -
CMYK 0.77 0.75 0 0.03
HSL 238.44º 0.93% 0.6% -
HSV(B) 238.44º 0.77% 0.97% -
XYZ 20.24 10.96 89.85 -
YUV 80.82 222.34 110.29 -
System Red Green Blue C M Y K H S L
Decimal 56 61 248 0.77 0.75 0 0.03 238.44 0.93 0.6
Hex 38 3D F8 4D 4B 0 3 EE 5D 3C
Octal 70 75 370 115 113 0 3 356 135 74
Binary 111000 111101 11111000 1001101 1001011 0 11 11101110 1011101 111100

Color Harmonies of #383DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383DF8

Black with #383DF8

Text Example


Text Example

White with #383DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,61,248); }

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

background-color css

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

 a { background-color: rgb(56,61,248); }

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

border-color css

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

 span { border-color: rgb(56,61,248); }

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