Html Css Color HEX #383CFD Neon Blue

📋 copy color: '#383CFD'

red 56 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #383CFD

Tints of Neon Blue #383CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.56%

R = 15.18%
G = 16.26%
B = 68.56%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#383CFD (or 0x383CFD) is known color: Neon Blue. HEX triplet: 38, 3C and FD. RGB value is (56,60,253). Sum of RGB (Red+Green+Blue) = 56+60+253=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #383CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CFD is #C7C302. Grayscale: #505050. Windows color (decimal): -13091587 or 16596024. OLE color: 16596024.

HSL color Cylindrical-coordinate representation of color #383CFD: hue angle of 238.78º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #383CFD is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 60 253 -
CMYK 0.78 0.76 0 0.01
HSL 238.78º 0.98% 0.61% -
HSV(B) 238.78º 0.78% 0.99% -
XYZ 20.98 11.16 93.98 -
YUV 80.81 225.17 110.31 -
System Red Green Blue C M Y K H S L
Decimal 56 60 253 0.78 0.76 0 0.01 238.78 0.98 0.61
Hex 38 3C FD 4E 4C 0 1 EF 62 3D
Octal 70 74 375 116 114 0 1 357 142 75
Binary 111000 111100 11111101 1001110 1001100 0 1 11101111 1100010 111101

Color Harmonies of #383CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CFD

Black with #383CFD

Text Example


Text Example

White with #383CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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